added a role for git

This commit is contained in:
aminnairi
2023-12-31 23:11:18 +01:00
parent f36b15d56a
commit e9da0dbfd8
2 changed files with 24 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
---
- name: Install Git
become: true
pacman:
name: git
state: present
- name: Copy the configuration for Git
synchronize:
src: .gitconfig
dest: /$HOME/