Normalize more booleans. (#5247) (#5250)

(cherry picked from commit 015566fb06)

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
patchback[bot]
2022-09-06 21:07:46 +02:00
committed by GitHub
parent 7229ef4ac4
commit 8595601708
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