diff options
author | mail_redacted_for_web | 2021-12-13 08:27:30 +0100 |
---|---|---|
committer | mail_redacted_for_web | 2021-12-13 08:27:30 +0100 |
commit | 4f6aa5b446f590940eb3cad48ff084bfb5afce4b (patch) | |
tree | acc3936f35a3018366ea2820fe98861b219633e1 /patch.yml | |
parent | 41e810d3323176454a50da6e9d76e837264a5ae4 (diff) | |
download | ansible-4f6aa5b446f590940eb3cad48ff084bfb5afce4b.tar.bz2 |
typo in failed_when on services needrestart
Diffstat (limited to 'patch.yml')
-rw-r--r-- | patch.yml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -225,7 +225,7 @@ # we'll play it safe here: outdated services? --> reboot. notify: "Reboot if required" # failed_when necessary to have a change for RC 1 instead of a failure - failed_when: svcout.rc > 1 + failed_when: svcout.rc > 2 - name: Update zypper cache (SUSE) # we cannot cheat like we did with yum: we need to update any package to refresh the cache with the zypper module. Hence falling back # to shell. |