mirror of https://github.com/kewlfft/ansible-aur
readme warning moved to usage
parent
7e32582f07
commit
f18761e56c
11
README.md
11
README.md
|
@ -15,11 +15,6 @@ Ansible module to use some AUR helpers. The following helpers are supported:
|
||||||
### Note
|
### Note
|
||||||
Either *name* or *upgrade* is required, both can not be used together.
|
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:
|
||||||
```
|
```
|
||||||
|
@ -33,6 +28,12 @@ Either *name* or *upgrade* is required, both can not be used together.
|
||||||
```
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
### 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,
|
||||||
|
|
||||||
|
### Examples
|
||||||
Use it in a task, as in the following examples:
|
Use it in a task, as in the following examples:
|
||||||
```
|
```
|
||||||
# Install (using pacaur)
|
# Install (using pacaur)
|
||||||
|
|
Loading…
Reference in New Issue