added git installation

This commit is contained in:
aminnairi
2023-12-30 18:48:27 +01:00
parent 4c870d9207
commit 6ac1c3afbe
+5
View File
@@ -3,6 +3,11 @@
become: true
pacman:
update_cache: true
- name: Install Git
become: true
pacman:
name: git
state: present
- name: Install Eza (alternative to ls)
become: true
pacman: