diff options
| author | mail_redacted_for_web | 2026-04-21 14:18:41 +0200 |
|---|---|---|
| committer | mail_redacted_for_web | 2026-04-21 14:18:41 +0200 |
| commit | 3d7a7b94bbd03bfa9054a0ab289bc0232dbd33e2 (patch) | |
| tree | b865836618a27b15a8f26ec72c34b5f3ea0aa6cf /roles/patch_suse/tasks/main.yaml | |
| parent | aa71cd5fb7cd44941c5c3a97ff6571bfe2912e35 (diff) | |
| download | os-patch-3d7a7b94bbd03bfa9054a0ab289bc0232dbd33e2.tar.bz2 | |
fix: while we do not have handlers yet, we cannot notify :-)
Diffstat (limited to 'roles/patch_suse/tasks/main.yaml')
| -rw-r--r-- | roles/patch_suse/tasks/main.yaml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/roles/patch_suse/tasks/main.yaml b/roles/patch_suse/tasks/main.yaml index 21bc882..5e42b7d 100644 --- a/roles/patch_suse/tasks/main.yaml +++ b/roles/patch_suse/tasks/main.yaml @@ -57,7 +57,6 @@ register: nrout changed_when: nrout.rc|int == 102 failed_when: nrout.rc|int != 102 and nrout.rc|int != 0 - notify: "Reboot if required" # we listen to "suse upd" here in case a previous reboot was skipped. Change to "suse updates available" if undesired. name: Check reboot requirement - block: |
