mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 13:50:22 -07:00
Unquote urls in YAML - cloud (#5797)
This commit is contained in:
parent
eb54b80a92
commit
ca047c3881
15 changed files with 25 additions and 25 deletions
|
@ -156,7 +156,7 @@ EXAMPLES = '''
|
|||
state: present
|
||||
region: us-east-1
|
||||
disable_rollback: true
|
||||
template_url: 'https://s3.amazonaws.com/my-bucket/cloudformation.template'
|
||||
template_url: https://s3.amazonaws.com/my-bucket/cloudformation.template
|
||||
args:
|
||||
template_parameters:
|
||||
KeyName: jmartin
|
||||
|
@ -173,7 +173,7 @@ EXAMPLES = '''
|
|||
state: present
|
||||
region: us-east-1
|
||||
disable_rollback: true
|
||||
template_url: 'https://s3.amazonaws.com/my-bucket/cloudformation.template'
|
||||
template_url: https://s3.amazonaws.com/my-bucket/cloudformation.template
|
||||
role_arn: 'arn:aws:iam::123456789012:role/cloudformation-iam-role'
|
||||
args:
|
||||
template_parameters:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue