diff --git a/files/copr/provision/builderpb.yml b/files/copr/provision/builderpb.yml index 99b591de10..0c3f774858 100644 --- a/files/copr/provision/builderpb.yml +++ b/files/copr/provision/builderpb.yml @@ -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