Commit 7c38e8a2 by Amir H. Hajizamani

Example should put instance_ids list in quotes for avoid YAML error

parent a0f91f2a
......@@ -327,7 +327,7 @@ local_action:
local_action:
module: ec2
state: 'absent'
instance_ids: {{ec2.instance_ids}}
instance_ids: '{{ ec2.instance_ids }}'
# Start a few existing instances, run some tasks
# and stop the instances
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment