ignore errors out of reboot since, well, since it is kinda obvious

This commit is contained in:
Seth Vidal 2013-03-04 22:11:51 +00:00
parent 13b0a0b278
commit 4c8fa880e8

View file

@ -12,6 +12,7 @@
- name: reboot the box
action: command /sbin/reboot
when_integer: ${growpart.rc} == 0
ignore_errors: true
- name: wait for it to come back (should be quick)
local_action: wait_for host=${inventory_hostname} port=22 delay=10 timeout=120