diff options
Diffstat (limited to 'roles')
| -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: |
