ignore errors out of reboot since, well, since it is kinda obvious
This commit is contained in:
parent
13b0a0b278
commit
4c8fa880e8
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue