From 954cfad0c3db5700d7fd99f35c24f91c1e2b1650 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 13 May 2015 23:03:55 +0000 Subject: [PATCH] Quotes again. --- tasks/transient_cloud_new.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/transient_cloud_new.yml b/tasks/transient_cloud_new.yml index 3ac63d37ea..7dbeecd1a3 100644 --- a/tasks/transient_cloud_new.yml +++ b/tasks/transient_cloud_new.yml @@ -24,7 +24,7 @@ local_action: add_host hostname="{{ nova_result.public_ip }}" groupname=tmp_just_created - name: mail off about where it is - local_action: mail to=sysadmin-main-members@fedoraproject.org from=ansible-create@fedoraproject.org subject={{ nova_result.public_ip }} msg="transient cloud instance created on {{ nova_result.public_ip }}\n name: {{ name }} root_uath_users: {{ root_auth_users }} image = {{ image }}" + local_action: mail "to=sysadmin-main-members@fedoraproject.org from=ansible-create@fedoraproject.org subject={{ nova_result.public_ip }}" msg="transient cloud instance created on {{ nova_result.public_ip }}\n name: {{ name }} root_uath_users: {{ root_auth_users }} image = {{ image }}" - name: wait for he host to be hot local_action: wait_for host={{ nova_result.public_ip }} port=22 delay=1 timeout=600