Transition glab to scoop

This commit is contained in:
Kenneth Benzie 2024-08-09 21:32:29 +01:00
parent 3cdaa8abd6
commit 282d38579c

View File

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