Transition fd to scoop
This commit is contained in:
parent
d3e4a81b48
commit
d9f7d0513a
@ -19,8 +19,14 @@
|
||||
name: fd
|
||||
state: latest
|
||||
|
||||
- name: install Chocolatey package
|
||||
- name: remove chocolatey package
|
||||
when: ansible_os_family == 'Windows'
|
||||
win_chocolatey:
|
||||
name: fd
|
||||
state: latest
|
||||
state: absent
|
||||
|
||||
- name: install scoop package
|
||||
when: ansible_os_family == 'Windows'
|
||||
community.windows.win_scoop:
|
||||
name: fd
|
||||
state: present
|
||||
|
Loading…
x
Reference in New Issue
Block a user