Skip to content

Commit

Permalink
Install gh cli for the system user
Browse files Browse the repository at this point in the history
  • Loading branch information
paolomainardi authored Mar 23, 2024
1 parent a65238a commit 004a2d9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions playbooks/roles/packages/tasks/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@
- helm
- kustomize
- terraform

- name: Install Github Copilot CLI
ansible.builtin.command: gh extension install github/gh-copilot
become: yes
become_user: "{{ system.username }}"

- name: Install cloud native packages from aur
kewlfft.aur.aur:
use: paru
Expand Down

0 comments on commit 004a2d9

Please sign in to comment.