syntax schmyntax
This commit is contained in:
parent
70f0a522b0
commit
dd08e687ce
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
local_action: add_host hostname=${inst_res.instances[0].public_ip} groupname=tmp_just_created
|
||||
|
||||
- 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} instance id: ${instance_res.instances[0].id} "
|
||||
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 - ${instance_res.instances[0].id} "
|
||||
|
||||
- name: wait for the host to be hot
|
||||
local_action: wait_for host=${inst_res.instances[0].public_ip} port=22 delay=20 timeout=300
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue