An Ansible role for installing yaourt
on Arch Linux based systems.
None
yaourt_enabled: yes # The role in enabled
yaourt_sync_deps: yes # Sync db and base-devel
See this file for a full list and their default values.
Add Haevas.yaourt
to your roles and enable it.
- hosts: all
roles:
- Haevas.yaourt
vars:
- yaourt_enabled: yes
- yaourt_sync_deps: yes
Issues, feature requests, ideas are appreciated. Pull requests are also very welcome. Preferably, create a topic branch and when submitting, squash your commits into one (with a descriptive message).
BSD. See the LICENSE file for details.