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