Update syntax for cloudformation example

This commit is contained in:
Adam Chainz 2014-10-23 17:21:52 +01:00
parent 7f611468a8
commit f4ca909d59

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