mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
Unquote urls in YAML - cloud (#5797)
This commit is contained in:
committed by
Matt Clay
parent
eb54b80a92
commit
ca047c3881
@@ -44,7 +44,7 @@ options:
|
||||
description:
|
||||
- The keystone url for authentication
|
||||
required: false
|
||||
default: 'http://127.0.0.1:35357/v2.0/'
|
||||
default: http://127.0.0.1:35357/v2.0/
|
||||
region_name:
|
||||
description:
|
||||
- Name of the region
|
||||
@@ -126,7 +126,7 @@ EXAMPLES = '''
|
||||
container_format: bare
|
||||
disk_format: qcow2
|
||||
state: present
|
||||
copy_from: 'http://launchpad.net/cirros/trunk/0.3.0/+download/cirros-0.3.0-x86_64-disk.img'
|
||||
copy_from: http://launchpad.net/cirros/trunk/0.3.0/+download/cirros-0.3.0-x86_64-disk.img
|
||||
'''
|
||||
|
||||
import time
|
||||
|
||||
Reference in New Issue
Block a user