mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-11 19:04:02 -07:00
(cherry picked from commit 403c4f7477
)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
43dc6ba533
commit
c5ff49db56
27 changed files with 110 additions and 110 deletions
|
@ -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'''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue