Transition curl to scoop
This commit is contained in:
parent
45b0780f48
commit
d3e4a81b48
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user