Fix start/stop example in ec2

pull/5826/head
James Tanner 11 years ago
parent 1641361057
commit 5cbe24913f

@ -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

Loading…
Cancel
Save