copr - write IP address to stdout

This commit is contained in:
Miroslav Suchý 2013-11-14 08:32:11 +00:00
parent 8c1048b8a1
commit aedf904ccf

View file

@ -25,6 +25,7 @@
- name: wait for the host to be hot
local_action: wait_for host=${int_ip.stdout} port=22 delay=5 timeout=600
- debug: msg="IP={{ int_ip.stdout }}"
- hosts: builder_temp_group
user: root