git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Pfeiffer <coding _ lirion.de> 2021-12-13 08:39:40 +0100
committerHarald Pfeiffer <coding _ lirion.de> 2021-12-13 08:39:40 +0100
commit1ee6fb2719b44650e5b012945ce8710a7ac98f5b (patch)
tree2be77b452a9f4caf1efdb0a390ee7b3b05d7357d
parent4f6aa5b446f590940eb3cad48ff084bfb5afce4b (diff)
downloadansible-1ee6fb2719b44650e5b012945ce8710a7ac98f5b.tar.bz2
Revert "typo in failed_when on services needrestart"
This was not a typo in THIS repo, but in another derived one... :-) This reverts commit 4f6aa5b446f590940eb3cad48ff084bfb5afce4b.
-rw-r--r--patch.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/patch.yml b/patch.yml
index 10c7914..fa524d4 100644
--- a/patch.yml
+++ b/patch.yml
@@ -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 > 2
+ failed_when: svcout.rc > 1
- 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.