From 7396c065651e697480164fd1f4207d016e486d0c Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 13 May 2015 22:14:12 +0000 Subject: [PATCH] Output nova_result so we can figure out the ip for the new transient instance --- tasks/transient_cloud_new.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tasks/transient_cloud_new.yml b/tasks/transient_cloud_new.yml index c11a9f0e93..4924ea6749 100644 --- a/tasks/transient_cloud_new.yml +++ b/tasks/transient_cloud_new.yml @@ -20,6 +20,8 @@ user_data: "#cloud-config\ndisable_root: 0" register: nova_result +- debug: var=nova_result + - name: add it to the special group local_action: add_host hostname="{{ public_ip }}" groupname=tmp_just_created