Transition yq to scoop

This commit is contained in:
Kenneth Benzie 2024-08-10 12:36:03 +01:00
parent 5004779045
commit 3008424a13

View File

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