mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Update syntax for cloudformation example
This commit is contained in:
parent
7be83dc844
commit
dddc5ffd2c
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ EXAMPLES = '''
|
||||||
# Basic task example
|
# Basic task example
|
||||||
tasks:
|
tasks:
|
||||||
- name: launch ansible cloudformation example
|
- name: launch ansible cloudformation example
|
||||||
action: cloudformation >
|
cloudformation:
|
||||||
stack_name="ansible-cloudformation" state=present
|
stack_name="ansible-cloudformation" state=present
|
||||||
region=us-east-1 disable_rollback=true
|
region=us-east-1 disable_rollback=true
|
||||||
template=files/cloudformation-example.json
|
template=files/cloudformation-example.json
|
||||||
|
|
Loading…
Reference in a new issue