Fix start/stop example in ec2
This commit is contained in:
parent
1641361057
commit
5cbe24913f
1 changed files with 3 additions and 3 deletions
|
@ -367,11 +367,11 @@ 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
|
||||||
'''
|
'''
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
|
|
Loading…
Reference in a new issue