diff options
-rw-r--r-- | tasks/transient_cloud.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks/transient_cloud.yml b/tasks/transient_cloud.yml index c133d864b..4c6ce5710 100644 --- a/tasks/transient_cloud.yml +++ b/tasks/transient_cloud.yml @@ -22,7 +22,7 @@ register: nova_result - name: add it to the special group - local_action: add_host hostname="{{ nova_result.public_ip }}" groupname=tmp_just_created + local_action: add_host hostname="{{ nova_result.public_ip[0] }}" groupname=tmp_just_created - name: mail off about where it is local_action: mail |