ansible-aur icon indicating copy to clipboard operation
ansible-aur copied to clipboard

An Ansible module for the pacaur and yaourt package managers.

Results 3 ansible-aur issues
Sort by recently updated
recently updated
newest added

the fact that pacaur is now unmaintained is an issue, we should consider changing the default AUR helper and possibly proposing an alternative

Ansible either expects to SSH into machines as `root`, or to become `root` after SSHing through some mechanism e.g. `sudo`.[1] However, neither `pacaur`, `yaourt`, or `makepkg` allow executing operations as...