diff --git a/README.md b/README.md index 8836dbd..ae5761f 100644 --- a/README.md +++ b/README.md @@ -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: