mirror of https://github.com/kewlfft/ansible-aur
readme improved style
parent
f4f63cdd40
commit
7e32582f07
13
README.md
13
README.md
|
@ -5,11 +5,6 @@ Ansible module to use some AUR helpers. The following helpers are supported:
|
||||||
- [yaourt](https://github.com/archlinuxfr/yaourt)
|
- [yaourt](https://github.com/archlinuxfr/yaourt)
|
||||||
- [yay](https://github.com/Jguer/yay)
|
- [yay](https://github.com/Jguer/yay)
|
||||||
|
|
||||||
> Notes:
|
|
||||||
> * It is recommended to use the official *pacman* module for removals or for upgrades with the repositories, this module aims to cover the AUR,
|
|
||||||
> * Searches are limited to the AUR using the *--aur* parameter except for *yay* and *yaourt* which do not support it and systematically search the repositories,
|
|
||||||
> * A package is reinstalled only if an update is available using the *--needed* parameter except for *yay* which do not support it and systematically reinstalls,
|
|
||||||
|
|
||||||
## Options
|
## Options
|
||||||
|parameter|required |default |choices |comments|
|
|parameter|required |default |choices |comments|
|
||||||
|--- |--- |--- |--- |---|
|
|--- |--- |--- |--- |---|
|
||||||
|
@ -17,7 +12,13 @@ Ansible module to use some AUR helpers. The following helpers are supported:
|
||||||
|upgrade |no |no |yes, no |Whether or not to upgrade whole system.|
|
|upgrade |no |no |yes, no |Whether or not to upgrade whole system.|
|
||||||
|helper |no |pacaur |pacaur, trizen, yaourt, yay |Helper to use.|
|
|helper |no |pacaur |pacaur, trizen, yaourt, yay |Helper to use.|
|
||||||
|
|
||||||
> Note: Either *name* or *upgrade* is required, both can not be used together.
|
### Note
|
||||||
|
Either *name* or *upgrade* is required, both can not be used together.
|
||||||
|
|
||||||
|
### Warning
|
||||||
|
* It is recommended to use the official *pacman* module for removals or for upgrades with the repositories, this module aims to cover the AUR,
|
||||||
|
* Searches are limited to the AUR using the *--aur* parameter except for *yay* and *yaourt* which do not support it and systematically search the repositories,
|
||||||
|
* A package is reinstalled only if an update is available using the *--needed* parameter except for *yay* which do not support it and systematically reinstalls,
|
||||||
|
|
||||||
## Installing
|
## Installing
|
||||||
1. Add as a submodule in your playbook:
|
1. Add as a submodule in your playbook:
|
||||||
|
|
Loading…
Reference in New Issue