Unquote urls in YAML - cloud (#5797)

This commit is contained in:
Fabio Alessandro Locati
2016-12-02 15:39:15 +00:00
committed by Matt Clay
parent eb54b80a92
commit ca047c3881
15 changed files with 25 additions and 25 deletions

View File

@@ -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