mirror of
https://github.com/pigmonkey/spark.git
synced 2026-01-23 02:24:09 +00:00
add zeal
This commit is contained in:
parent
bbce5d1bf9
commit
b59ed2da19
2 changed files with 17 additions and 0 deletions
|
|
@ -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
16
roles/zeal/tasks/main.yml
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue