added github cli installation

This commit is contained in:
aminnairi
2024-01-02 21:17:59 +01:00
parent 4ffb3fca3c
commit 8718cd9724
+5
View File
@@ -3,6 +3,11 @@
become: true
pacman:
update_cache: true
- name: Install GitHub's CLI
become: true
pacman:
name: github-cli
state: present
- name: Install Which
become: true
pacman: