1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-05-02 08:22:52 +00:00

Adjust booleans in misc modules. (#5160)

This commit is contained in:
Felix Fontein 2022-08-24 20:00:26 +02:00 committed by GitHub
parent 7533f9ac26
commit 403c4f7477
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'''