removed all things related to git in the base role

This commit is contained in:
aminnairi
2023-12-31 23:11:55 +01:00
parent 7bc44f8121
commit b24275e818
-5
View File
@@ -3,11 +3,6 @@
become: true
pacman:
update_cache: true
- name: Install Git
become: true
pacman:
name: git
state: present
- name: Install Which
become: true
pacman: