Merge pull request #5883 from amirhhz/improve-ec2-module-docs
Improve ec2 module docspull/4420/head
commit
d3c1b8de78
|
@ -344,7 +344,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
|
||||
|
|
Loading…
Reference in New Issue