readme improved style

pull/1/head
alex 2017-12-23 21:51:30 +01:00
parent f4f63cdd40
commit 7e32582f07
1 changed files with 7 additions and 6 deletions

View File

@ -5,11 +5,6 @@ Ansible module to use some AUR helpers. The following helpers are supported:
- [yaourt](https://github.com/archlinuxfr/yaourt)
- [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
|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.|
|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
1. Add as a submodule in your playbook: