Transition fd to scoop

This commit is contained in:
Kenneth Benzie 2024-08-09 21:17:34 +01:00
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