apt: clarify allow_unauthenticated docs (#37453)

* apt: clarify allow_unauthenticated docs

* Fix sanity check
pull/37459/head
Martin Krizek 7 years ago committed by GitHub
parent 5bdc8fe9f6
commit 995f6c7689
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save