Added Git
This commit is contained in:
@@ -25,3 +25,5 @@
|
||||
roles:
|
||||
- role: shell
|
||||
when: features.shell == true
|
||||
- role: git
|
||||
when: features.git == true
|
||||
|
5
setup-script/roles/git/tasks/main.yaml
Normal file
5
setup-script/roles/git/tasks/main.yaml
Normal file
@@ -0,0 +1,5 @@
|
||||
- name: Install Git on Arch
|
||||
become: true
|
||||
ansible.builtin.pacman:
|
||||
name: git
|
||||
when: chezmoi.osRelease.id == "arch"
|
Reference in New Issue
Block a user