mirror of https://github.com/kewlfft/ansible-aur
readme minor improvements
parent
63e60fc256
commit
c24454a159
|
@ -19,8 +19,8 @@ The following helpers are supported and automatically selected, if present, in t
|
||||||
|use |no |auto |auto, yay, aurman, pacaur, trizen, pikaur, makepkg |The helper to use, 'auto' uses the first known helper found and makepkg as a fallback.|
|
|use |no |auto |auto, yay, aurman, pacaur, trizen, pikaur, makepkg |The helper to use, 'auto' uses the first known helper found and makepkg as a fallback.|
|
||||||
|skip_installed |no |no |yes, no |Skip operations if the package is present.|
|
|skip_installed |no |no |yes, no |Skip operations if the package is present.|
|
||||||
|aur_only |no |no |yes, no |Limit operation to the AUR. Compatible with yay, aurman, pacaur and trizen.|
|
|aur_only |no |no |yes, no |Limit operation to the AUR. Compatible with yay, aurman, pacaur and trizen.|
|
||||||
|skip_pgp_check |no |no |yes, no |Only valid with makepkg. Skip PGP signatures verification of source file, useful when installing packages on a host without GnuPG properly configured.|
|
|skip_pgp_check |no |no |yes, no |Only valid with makepkg. Skip PGP signatures verification of source file, useful when installing packages without GnuPG properly configured.|
|
||||||
|ignore_arch |no |no |yes, no |Only valid with makepkg. Ignore a missing or incomplete arch field, useful when the PKGBUILD does no have the arch=('yourarch') field.|
|
|ignore_arch |no |no |yes, no |Only valid with makepkg. Ignore a missing or incomplete arch field, useful when the PKGBUILD does not have the arch=('yourarch') field.|
|
||||||
|
|
||||||
### Note
|
### Note
|
||||||
* Either *name* or *upgrade* is required, both cannot be used together.
|
* Either *name* or *upgrade* is required, both cannot be used together.
|
||||||
|
|
|
@ -47,14 +47,14 @@ options:
|
||||||
description:
|
description:
|
||||||
- Only valid with makepkg.
|
- Only valid with makepkg.
|
||||||
Skip PGP signatures verification of source file.
|
Skip PGP signatures verification of source file.
|
||||||
This is useful when installing packages on a host without GnuPG (properly) configured.
|
This is useful when installing packages without GnuPG (properly) configured.
|
||||||
type: bool
|
type: bool
|
||||||
default: no
|
default: no
|
||||||
|
|
||||||
ignore_arch:
|
ignore_arch:
|
||||||
description:
|
description:
|
||||||
- Only valid with makepkg.
|
- Only valid with makepkg.
|
||||||
Ignore a missing or incomplete arch field, useful when the PKGBUILD does no have the arch=('yourarch') field.
|
Ignore a missing or incomplete arch field, useful when the PKGBUILD does not have the arch=('yourarch') field.
|
||||||
type: bool
|
type: bool
|
||||||
default: no
|
default: no
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue