Normalize more booleans. (#5247)

This commit is contained in:
Felix Fontein 2022-09-06 20:42:17 +02:00 committed by GitHub
parent 570445adc4
commit 015566fb06
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
170 changed files with 465 additions and 465 deletions

View file

@ -117,7 +117,7 @@ reboot_required:
description: Indicates that the system reboot is required to complete the PMem configuration.
returned: success
type: bool
sample: True
sample: true
result:
description:
- Shows the value of AppDirect, Memory Mode and Reserved size in bytes.
@ -173,7 +173,7 @@ EXAMPLES = r'''
- name: Configure the Pmem as AppDirect with not interleaved 10, Memory Mode 70, and the Reserved 20 percent.
community.general.pmem:
appdirect: 10
appdirect_interleaved: False
appdirect_interleaved: false
memorymode: 70
- name: Configure the Pmem each socket.
@ -181,7 +181,7 @@ EXAMPLES = r'''
socket:
- id: 0
appdirect: 10
appdirect_interleaved: False
appdirect_interleaved: false
memorymode: 70
reserved: 20
- id: 1