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