adding configure git role

master
chatton 2 years ago
parent d1f3b1a953
commit 1f2ff187a1

@ -1,4 +1,7 @@
---
- hosts: localhost
- name: Setup Dev Environment
hosts: localhost
become: yes
become_user: cianhatton
roles:
- configure_git

@ -1,4 +1,15 @@
---
#- name: Update Packages
# ansible.builtin.apt:
# upgrade: dist
# cache_valid_time: 3600
#
#- name: Install gh package
# ansible.builtin.apt:
# pkg:
# - gh
- git_config:
name: core.editor
scope: global

Loading…
Cancel
Save