remove nearly useless debug action
This commit is contained in:
parent
8af0506d93
commit
7f33fd90cc
1 changed files with 0 additions and 3 deletions
|
@ -10,9 +10,6 @@
|
|||
- name: mail off about where it is
|
||||
local_action: mail to=sysadmin-main-members@fedoraproject.org from=ansible-create@fedoraproject.org subject=${inst_res.instances[0].public_ip} msg="cloud instance created on ${inst_res.instances[0].public_ip}\n instance id - ${inst_res.instances[0].id} - ${hostbase} ${root_auth_users} "
|
||||
|
||||
- name: output
|
||||
local_action: debug msg="Looking for host at ${inst_rs.instances[0].public_ip} internal ${inst_rs.instances[0].private_ip}"
|
||||
|
||||
- name: wait for the host to be hot
|
||||
local_action: wait_for host=${inst_res.instances[0].public_ip} port=22 delay=2 timeout=300
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue