mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-07 19:23:09 +00:00
Example should put instance_ids list in quotes for avoid YAML error
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user