Transition bat to scoop

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

View File

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