Transition bat to scoop
This commit is contained in:
parent
f9a090c798
commit
45b0780f48
@ -1,5 +1,10 @@
|
|||||||
---
|
---
|
||||||
- name: install chocolatey package
|
- name: remote chocolatey package
|
||||||
win_chocolatey:
|
win_chocolatey:
|
||||||
name: Bat
|
name: Bat
|
||||||
state: latest
|
state: absent
|
||||||
|
|
||||||
|
- name: install scoop package
|
||||||
|
community.windows.win_scoop:
|
||||||
|
name: bat
|
||||||
|
state: present
|
||||||
|
Loading…
x
Reference in New Issue
Block a user