mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
Unquote urls in YAML - cloud (#5797)
This commit is contained in:
committed by
Matt Clay
parent
eb54b80a92
commit
ca047c3881
@@ -45,7 +45,7 @@ EXAMPLES = '''
|
||||
- name: Gather facts about a previously created image named image1
|
||||
os_image_facts:
|
||||
auth:
|
||||
auth_url: 'https://your_api_url.com:9000/v2.0'
|
||||
auth_url: https://your_api_url.com:9000/v2.0
|
||||
username: user
|
||||
password: password
|
||||
project_name: someproject
|
||||
|
||||
Reference in New Issue
Block a user