1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Fix start/stop example in ec2

This commit is contained in:
James Tanner 2014-01-27 17:48:42 -05:00
parent 1641361057
commit 5cbe24913f

View file

@ -367,11 +367,11 @@ local_action:
tasks:
- name: Stop the sanbox instances
local_action:
module: e2
module: ec2
instance_ids: '{{ instance_ids }}'
region: {'{ region }}'
region: '{{ region }}'
state: stopped
wait: True
wait: True
'''
import sys