mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Removing duplicate name: parameter possible typo (#4525)
Removed name:parameter in documentation. Possible typo.
This commit is contained in:
committed by
Matt Clay
parent
f804bdad48
commit
4d7d3cdbb1
@@ -289,7 +289,6 @@ EXAMPLES = '''
|
|||||||
tasks:
|
tasks:
|
||||||
- name: launch an instance with a string
|
- name: launch an instance with a string
|
||||||
os_server:
|
os_server:
|
||||||
name: vm1
|
|
||||||
auth:
|
auth:
|
||||||
auth_url: https://region-b.geo-1.identity.hpcloudsvc.com:35357/v2.0/
|
auth_url: https://region-b.geo-1.identity.hpcloudsvc.com:35357/v2.0/
|
||||||
username: admin
|
username: admin
|
||||||
|
|||||||
Reference in New Issue
Block a user