mirror of
https://github.com/pigmonkey/spark.git
synced 2026-01-23 02:24:09 +00:00
10 lines
155 B
YAML
10 lines
155 B
YAML
---
|
|
- name: Install ripgrep
|
|
pacman:
|
|
name: ripgrep
|
|
state: present
|
|
|
|
- name: Install ripgrep-all
|
|
pacman:
|
|
name: ripgrep-all
|
|
state: present
|