install kiwix-cli

This commit is contained in:
Pig Monkey 2017-06-17 20:31:13 -07:00
parent 2f8fefced6
commit 1d6db50950
2 changed files with 6 additions and 0 deletions

View file

@ -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"

View file

@ -0,0 +1,5 @@
---
- name: Install kiwix
aur: name=kiwix-cli-git user={{ user.name }}
tags:
- aur