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