Transition ripgrep to scoop
This commit is contained in:
parent
3c55848bc8
commit
5004779045
@ -19,8 +19,13 @@
|
|||||||
name: ripgrep
|
name: ripgrep
|
||||||
state: latest
|
state: latest
|
||||||
|
|
||||||
- name: install Chocolatey package
|
- name: remove chocolatey package
|
||||||
when: ansible_os_family == 'Windows'
|
when: ansible_os_family == 'Windows'
|
||||||
win_chocolatey:
|
win_chocolatey:
|
||||||
name: ripgrep
|
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