Merge pull request #219 from adamchainz/devel

Update syntax for cloudformation example
This commit is contained in:
James Cammarata 2014-10-27 10:55:44 -05:00
commit a5d0fac078

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