Adjust booleans in packaging modules. (#5154) (#5169)

(cherry picked from commit ddc989ec6d)

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
patchback[bot] 2022-08-24 20:46:30 +02:00 committed by GitHub
parent c5ff49db56
commit 5a2e7f9b1b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
38 changed files with 242 additions and 228 deletions

View file

@ -47,12 +47,12 @@ options:
choices: [ absent, installed, latest, present, removed ]
update_catalog:
description:
- If you always want to refresh your catalog from the mirror, even when it's not stale, set this to C(yes).
- If you always want to refresh your catalog from the mirror, even when it's not stale, set this to C(true).
type: bool
default: no
default: false
force:
description:
- To allow the update process to downgrade packages to match what is present in the repository, set this to C(yes).
- To allow the update process to downgrade packages to match what is present in the repository, set this to C(true).
- This is useful for rolling back to stable from testing, or similar operations.
type: bool
default: false
@ -94,7 +94,7 @@ EXAMPLES = r'''
community.general.pkgutil:
name: '*'
state: latest
force: yes
force: true
'''
RETURN = r''' # '''