mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 12:12:13 +02:00
added a role for git
This commit is contained in:
@@ -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/
|
||||
Reference in New Issue
Block a user