mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-27 10:40:22 -07:00
Merge pull request #5883 from amirhhz/improve-ec2-module-docs
Improve ec2 module docs
This commit is contained in:
commit
d3c1b8de78
1 changed files with 12 additions and 12 deletions
|
@ -344,7 +344,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…
Add table
Add a link
Reference in a new issue