mirror of
https://github.com/kewlfft/ansible-aur.git
synced 2025-07-27 14:03:51 +03:00
Fix inaccurate docs about option compatibility
This commit is contained in:
@@ -56,6 +56,7 @@ options:
|
||||
- Only valid with makepkg.
|
||||
Skip PGP signatures verification of source file.
|
||||
This is useful when installing packages without GnuPG (properly) configured.
|
||||
Cannot be used unless use is set to 'makepkg'.
|
||||
type: bool
|
||||
default: no
|
||||
|
||||
@@ -63,6 +64,7 @@ options:
|
||||
description:
|
||||
- Only valid with makepkg.
|
||||
Ignore a missing or incomplete arch field, useful when the PKGBUILD does not have the arch=('yourarch') field.
|
||||
Cannot be used unless use is set to 'makepkg'.
|
||||
type: bool
|
||||
default: no
|
||||
|
||||
|
Reference in New Issue
Block a user