Transition curl to scoop

This commit is contained in:
Kenneth Benzie 2024-08-09 21:15:59 +01:00
parent 45b0780f48
commit d3e4a81b48

View File

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