add ripgrep-all

Grep all the epubs.
This commit is contained in:
Pig Monkey 2020-04-19 11:46:56 -07:00
parent d741eb4edb
commit d3e84192f3
2 changed files with 14 additions and 0 deletions

View file

@ -87,6 +87,7 @@
- { role: aria2, tags: ['aria2'] }
- { role: signal, tags: ['signal'] }
- { role: android, tags: ['android'] }
- { role: ripgrep, tags: ['ripgrep'] }
vars_prompt:
- name: user_password
prompt: "Enter desired user password"

View file

@ -0,0 +1,13 @@
---
- name: Install ripgrep
pacman:
name: ripgrep
state: present
- name: Install ripgrep-all
aur:
name:
- ripgrep-all
user: "{{ user.name }}"
tags:
- aur