1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-04-05 03:37:01 +00:00

Fix boolean defaults. (#1343) (#1358)

(cherry picked from commit a96f90ff94)

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
patchback[bot] 2020-11-23 12:29:14 +01:00 committed by GitHub
parent 73d573b915
commit 247da9890b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
31 changed files with 34 additions and 14 deletions

View file

@ -54,6 +54,7 @@ options:
- To allow the update process to downgrade packages to match what is present in the repository, set this to C(yes).
- This is useful for rolling back to stable from testing, or similar operations.
type: bool
default: false
version_added: 1.2.0
notes:
- In order to check the availability of packages, the catalog cache under C(/var/opt/csw/pkgutil) may be refreshed even in check mode.

View file

@ -75,7 +75,6 @@ options:
- Upon successful registration, auto-consume available subscriptions
- Added in favor of deprecated autosubscribe in 2.5.
type: bool
default: no
aliases: [autosubscribe]
activationkey:
description:

View file

@ -64,6 +64,7 @@ options:
- Install/Remove category instead of a single package.
required: false
type: bool
default: false
'''
EXAMPLES = '''

View file

@ -50,6 +50,7 @@ options:
description:
- Updates the OS to the latest version.
type: bool
default: false
url:
description:
- Overrides both I(contenturl) and I(versionurl).
@ -58,6 +59,7 @@ options:
description:
- Verify content for OS version.
type: bool
default: false
versionurl:
description:
- URL for version string download.