Fix ripgrep role on not Windows

This commit is contained in:
Kenneth Benzie 2024-08-23 20:46:07 +01:00
parent 3008424a13
commit 2874dd3674

View File

@ -26,6 +26,7 @@
state: absent
- name: install scoop package
when: ansible_os_family == 'Windows'
community.windows.win_scoop:
name: ripgrep
state: present