Adjust booleans in misc modules. (#5160) (#5174)

(cherry picked from commit 403c4f7477)

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

View file

@ -85,7 +85,7 @@ options:
description:
- Specifies whether the certificate needs to be validated while communicating.
type: bool
default: no
default: false
extends_documentation_fragment:
- community.general.hpe3par
@ -108,7 +108,7 @@ EXAMPLES = r'''
set_size: 8
high_availability: MAG
disk_type: FC
secure: no
secure: false
- name: Delete CPG sample_cpg
community.general.ss_3par_cpg:
@ -117,7 +117,7 @@ EXAMPLES = r'''
storage_system_password: password
state: absent
cpg_name: sample_cpg
secure: no
secure: false
'''
RETURN = r'''