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
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

@ -71,7 +71,7 @@ options:
EXAMPLES = '''
- name: Update the OS to the latest version
community.general.swupd:
update: yes
update: true
- name: Installs the "foo" bundle
community.general.swupd:
@ -85,11 +85,11 @@ EXAMPLES = '''
- name: Check integrity of filesystem
community.general.swupd:
verify: yes
verify: true
- name: Downgrade OS to release 12920
community.general.swupd:
verify: yes
verify: true
manifest: 12920
'''