Transition jq to scoop

This commit is contained in:
Kenneth Benzie 2024-08-09 21:33:39 +01:00
parent 282d38579c
commit a624be3ac0

View File

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