moved the git installation in the git role instead of the base role

This commit is contained in:
aminnairi
2024-01-04 22:20:23 +01:00
parent 14a5385881
commit d0e57f6511
2 changed files with 5 additions and 5 deletions
-5
View File
@@ -4,11 +4,6 @@
pacman:
upgrade: true
update_cache: true
- name: Install GitHub's CLI
become: true
pacman:
name: github-cli
state: present
- name: Install Bpytop (system monitor)
become: true
pacman:
+5
View File
@@ -9,6 +9,11 @@
pacman:
name: lazygit
state: present
- name: Install GitHub's CLI
become: true
pacman:
name: github-cli
state: present
- name: Copy the configuration for Git
synchronize:
src: .gitconfig