mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
Unquote urls in YAML - cloud (#5797)
This commit is contained in:
committed by
Matt Clay
parent
eb54b80a92
commit
ca047c3881
@@ -53,7 +53,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
|
||||
|
||||
Reference in New Issue
Block a user