actually comment out the right bits

This commit is contained in:
Seth Vidal 2013-05-01 22:39:22 +00:00
parent 7bfcd177d4
commit 82e682e6ad

View file

@ -35,15 +35,15 @@
shell: ${install_command}
delegate_to: $vmhost
- name: wait for the install to finish - by watching the vnc port
local_action: wait_for delay=180 host=${inventory_hostname} port=1 state=stopped timeout=900
# - name: wait for the install to finish - by watching the vnc port
# local_action: wait_for delay=180 host=${inventory_hostname} port=1 state=stopped timeout=900
# - name: start the vm up
# action: virt state=running name=${inventory_hostname}
# delegate_to: $vmhost
- name: wait for ssh on the vm to start back
local_action: wait_for delay=10 host=${inventory_hostname} port=22 state=started timeout=300
local_action: wait_for delay=180 host=${inventory_hostname} port=22 state=started timeout=1200
# include postinstall playbook