mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix small typo
+label: docsite_pr
This commit is contained in:
parent
b1c295386f
commit
31222b65c1
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ EXAMPLES = r'''
|
||||||
aci_rest:
|
aci_rest:
|
||||||
host: apic
|
host: apic
|
||||||
username: admin
|
username: admin
|
||||||
private_key: pki/{{ aci_username}}.key
|
private_key: pki/{{ aci_username }}.key
|
||||||
validate_certs: no
|
validate_certs: no
|
||||||
path: /api/mo/uni.xml
|
path: /api/mo/uni.xml
|
||||||
method: post
|
method: post
|
||||||
|
|
Loading…
Reference in a new issue