Transition ag to scoop

This commit is contained in:
Kenneth Benzie 2024-08-09 21:05:17 +01:00
parent 6089961e36
commit f9a090c798

View File

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