1
0
Fork 0
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:
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