apt: clarify allow_unauthenticated docs (#37453)
* apt: clarify allow_unauthenticated docs * Fix sanity check
This commit is contained in:
parent
5bdc8fe9f6
commit
995f6c7689
1 changed files with 1 additions and 0 deletions
|
@ -70,6 +70,7 @@ options:
|
|||
allow_unauthenticated:
|
||||
description:
|
||||
- Ignore if packages cannot be authenticated. This is useful for bootstrapping environments that manage their own apt-key setup.
|
||||
- 'C(allow_unauthenticated) is only supported with state: I(install)/I(present)'
|
||||
type: bool
|
||||
default: 'no'
|
||||
version_added: "2.1"
|
||||
|
|
Loading…
Reference in a new issue