mirror of
https://github.com/pigmonkey/spark.git
synced 2026-01-23 02:24:09 +00:00
install kiwix-cli
This commit is contained in:
parent
2f8fefced6
commit
1d6db50950
2 changed files with 6 additions and 0 deletions
|
|
@ -69,6 +69,7 @@
|
|||
- { role: wttr, tags: ['wttr'] }
|
||||
- { role: hostsctl, tags: ['hostsctl'], when: "hostsctl is defined" }
|
||||
- { role: himawaripy, tags: ['himawaripy'], when: "himawaripy is defined" }
|
||||
- { role: kiwix, tags: ['kiwix'] }
|
||||
vars_prompt:
|
||||
- name: user_password
|
||||
prompt: "Enter desired user password"
|
||||
|
|
|
|||
5
roles/kiwix/tasks/main.yml
Normal file
5
roles/kiwix/tasks/main.yml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
- name: Install kiwix
|
||||
aur: name=kiwix-cli-git user={{ user.name }}
|
||||
tags:
|
||||
- aur
|
||||
Loading…
Add table
Add a link
Reference in a new issue