Example should put instance_ids list in quotes for avoid YAML error
This commit is contained in:
parent
a0f91f2aaa
commit
7c38e8a225
1 changed files with 1 additions and 1 deletions
|
@ -327,7 +327,7 @@ local_action:
|
||||||
local_action:
|
local_action:
|
||||||
module: ec2
|
module: ec2
|
||||||
state: 'absent'
|
state: 'absent'
|
||||||
instance_ids: {{ec2.instance_ids}}
|
instance_ids: '{{ ec2.instance_ids }}'
|
||||||
|
|
||||||
# Start a few existing instances, run some tasks
|
# Start a few existing instances, run some tasks
|
||||||
# and stop the instances
|
# and stop the instances
|
||||||
|
|
Loading…
Reference in a new issue