From 645bc6d72aa602715ace528e562663ecb0f6deb9 Mon Sep 17 00:00:00 2001 From: Seth Vidal Date: Thu, 25 Oct 2012 20:55:22 +0000 Subject: [PATCH] need to specify a securit group --- tasks/persistent_cloud.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/persistent_cloud.yml b/tasks/persistent_cloud.yml index 764b46c7ed..1ee6740efd 100644 --- a/tasks/persistent_cloud.yml +++ b/tasks/persistent_cloud.yml @@ -5,7 +5,7 @@ ignore_errors: true - name: spin it up - local_action: ec2_create keypair=${keypair} image=${image} type=${instance_type} wait=true + local_action: ec2_create keypair=${keypair} image=${image} type=${instance_type} wait=true group=${security_group} register: inst_res only_if: "'${host_is_up.rc}' != '0'"