mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
ignore errors out of reboot since, well, since it is kinda obvious
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user