Fix start/stop example in ec2
This commit is contained in:
parent
eb4c01caf6
commit
eb71120435
1 changed files with 3 additions and 3 deletions
|
@ -367,9 +367,9 @@ local_action:
|
||||||
tasks:
|
tasks:
|
||||||
- name: Stop the sanbox instances
|
- name: Stop the sanbox instances
|
||||||
local_action:
|
local_action:
|
||||||
module: e2
|
module: ec2
|
||||||
instance_ids: '{{ instance_ids }}'
|
instance_ids: '{{ instance_ids }}'
|
||||||
region: {'{ region }}'
|
region: '{{ region }}'
|
||||||
state: stopped
|
state: stopped
|
||||||
wait: True
|
wait: True
|
||||||
'''
|
'''
|
||||||
|
|
Loading…
Reference in a new issue