feat: add ripgrep to system-packages
Some checks are pending
/ sast (push) Waiting to run

This commit is contained in:
Marc 2024-10-02 23:55:57 -04:00
parent bd42ebc4bd
commit 6b591be8de
Signed by: marc
GPG key ID: 048E042F22B5DC79
2 changed files with 6 additions and 0 deletions

View file

@ -27,3 +27,7 @@
apt: apt:
pkg: pkg:
- podman - podman
- name: Install Ripgrep
become: true
apt:
deb: https://github.com/BurntSushi/ripgrep/releases/download/{{ripgrep_version}}/ripgrep_{{ripgrep_version}}-1_amd64.deb

View file

@ -0,0 +1,2 @@
---
ripgrep_version: 14.1.1