From eb711204350bd4fb73a2d98457229065299fb554 Mon Sep 17 00:00:00 2001 From: James Tanner Date: Mon, 27 Jan 2014 17:48:42 -0500 Subject: [PATCH] Fix start/stop example in ec2 --- cloud/ec2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cloud/ec2 b/cloud/ec2 index ed3f9ff949b..8ebc8dabbcc 100644 --- a/cloud/ec2 +++ b/cloud/ec2 @@ -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