Now public ip can be a list
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
70347cca5e
commit
bd3e666dad
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue