Transition gh to scoop

This commit is contained in:
Kenneth Benzie 2024-08-09 21:25:01 +01:00
parent 323796eb24
commit 3cdaa8abd6

View File

@ -1,5 +1,10 @@
---
- name: install chocolatey package
- name: remove chocolatey package
win_chocolatey:
name: gh
state: latest
state: absent
- name: install scoop package
community.windows.win_scoop:
name: gh
state: present