Adjust booleans in packaging modules. (#5154)

This commit is contained in:
Felix Fontein
2022-08-24 19:59:13 +02:00
committed by GitHub
parent be2de15c66
commit ddc989ec6d
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
'''