This commit is contained in:
Pig Monkey 2020-08-22 15:29:07 -07:00
parent bbce5d1bf9
commit b59ed2da19
2 changed files with 17 additions and 0 deletions

View file

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

16
roles/zeal/tasks/main.yml Normal file
View file

@ -0,0 +1,16 @@
---
- name: Install zeal
aur:
name:
- zeal
user: "{{ user.name }}"
tags:
- aur
- name: Install rofi-zeal
aur:
name:
- rofi-zeal-git
user: "{{ user.name }}"
tags:
- aur