Merge pull request #219 from adamchainz/devel
Update syntax for cloudformation example
This commit is contained in:
commit
a5d0fac078
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