This commit is contained in:
parent
bd42ebc4bd
commit
6b591be8de
2 changed files with 6 additions and 0 deletions
|
@ -27,3 +27,7 @@
|
|||
apt:
|
||||
pkg:
|
||||
- podman
|
||||
- name: Install Ripgrep
|
||||
become: true
|
||||
apt:
|
||||
deb: https://github.com/BurntSushi/ripgrep/releases/download/{{ripgrep_version}}/ripgrep_{{ripgrep_version}}-1_amd64.deb
|
||||
|
|
2
roles/system-packages/vars/main.yml
Normal file
2
roles/system-packages/vars/main.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
---
|
||||
ripgrep_version: 14.1.1
|
Loading…
Reference in a new issue