mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
don't ignore errors if needs-reboot.py errors out - bail for that host
This commit is contained in:
@@ -7,7 +7,6 @@
|
||||
tasks:
|
||||
- name: see if it needs to be rebooted
|
||||
action: command /usr/local/bin/needs-reboot.py
|
||||
ignore_errors: True
|
||||
register: needsreboot
|
||||
|
||||
# ADDME tell nagios to be quiet
|
||||
|
||||
Reference in New Issue
Block a user