mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
apt: clarify allow_unauthenticated docs (#37453)
* apt: clarify allow_unauthenticated docs * Fix sanity check
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user