mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
YAML fixes for examples in additional modules
This commit is contained in:
parent
7c00346714
commit
78a000502e
9 changed files with 110 additions and 112 deletions
|
@ -77,31 +77,30 @@ options:
|
|||
|
||||
|
||||
EXAMPLES = """
|
||||
- name: Add licenses
|
||||
na_cdot_license:
|
||||
hostname: "{{ netapp_hostname }}"
|
||||
username: "{{ netapp_username }}"
|
||||
password: "{{ netapp_password }}"
|
||||
serial_number: #################
|
||||
licenses:
|
||||
nfs: #################
|
||||
cifs: #################
|
||||
iscsi: #################
|
||||
fcp: #################
|
||||
snaprestore: #################
|
||||
flexclone: #################
|
||||
|
||||
- name: Add licenses
|
||||
na_cdot_license:
|
||||
hostname: "{{ netapp_hostname }}"
|
||||
username: "{{ netapp_username }}"
|
||||
password: "{{ netapp_password }}"
|
||||
serial_number: #################
|
||||
licenses:
|
||||
nfs: #################
|
||||
cifs: #################
|
||||
iscsi: #################
|
||||
fcp: #################
|
||||
snaprestore: #################
|
||||
flexclone: #################
|
||||
|
||||
- name: Remove licenses
|
||||
na_cdot_license:
|
||||
hostname: "{{ netapp_hostname }}"
|
||||
username: "{{ netapp_username }}"
|
||||
password: "{{ netapp_password }}"
|
||||
remove_unused: false
|
||||
remove_expired: true
|
||||
serial_number: #################
|
||||
licenses:
|
||||
nfs: remove
|
||||
- name: Remove licenses
|
||||
na_cdot_license:
|
||||
hostname: "{{ netapp_hostname }}"
|
||||
username: "{{ netapp_username }}"
|
||||
password: "{{ netapp_password }}"
|
||||
remove_unused: false
|
||||
remove_expired: true
|
||||
serial_number: #################
|
||||
licenses:
|
||||
nfs: remove
|
||||
"""
|
||||
|
||||
RETURN = """
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue