mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 05:10:22 -07:00
Fix examples formatting (#345)
This commit is contained in:
parent
31ba39cac4
commit
a7c830f49d
148 changed files with 330 additions and 334 deletions
|
@ -41,14 +41,14 @@ extends_documentation_fragment:
|
|||
|
||||
EXAMPLES = '''
|
||||
# get all cmms info
|
||||
- name: get nodes data from LXCA
|
||||
- name: Get nodes data from LXCA
|
||||
lxca_cmms:
|
||||
login_user: USERID
|
||||
login_password: Password
|
||||
auth_url: "https://10.243.15.168"
|
||||
|
||||
# get specific cmms info by uuid
|
||||
- name: get nodes data from LXCA
|
||||
- name: Get nodes data from LXCA
|
||||
lxca_cmms:
|
||||
login_user: USERID
|
||||
login_password: Password
|
||||
|
@ -57,7 +57,7 @@ EXAMPLES = '''
|
|||
command_options: cmms_by_uuid
|
||||
|
||||
# get specific cmms info by chassis uuid
|
||||
- name: get nodes data from LXCA
|
||||
- name: Get nodes data from LXCA
|
||||
lxca_cmms:
|
||||
login_user: USERID
|
||||
login_password: Password
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue