Update syntax for cloudformation example

This commit is contained in:
Adam Chainz
2014-10-23 17:21:52 +01:00
committed by Matt Clay
parent 7be83dc844
commit dddc5ffd2c

View File

@@ -97,7 +97,7 @@ EXAMPLES = '''
# Basic task example
tasks:
- name: launch ansible cloudformation example
action: cloudformation >
cloudformation:
stack_name="ansible-cloudformation" state=present
region=us-east-1 disable_rollback=true
template=files/cloudformation-example.json