diff options
author | mail_redacted_for_web | 2024-04-14 21:30:38 +0200 |
---|---|---|
committer | mail_redacted_for_web | 2024-04-14 21:30:38 +0200 |
commit | 9cc82874a1b45ab2e75f38096c9f37c7d5a406f3 (patch) | |
tree | b080fb016456e9d2a8d92dbf6a4a99e83e90c10f /roles/patch_debian | |
parent | 9f7b1e7638b4985c1e2b528ffcd7ee97732aae82 (diff) | |
download | ansible-9cc82874a1b45ab2e75f38096c9f37c7d5a406f3.tar.bz2 |
Code fixes
Diffstat (limited to 'roles/patch_debian')
-rw-r--r-- | roles/patch_debian/tasks/main.yaml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/roles/patch_debian/tasks/main.yaml b/roles/patch_debian/tasks/main.yaml index fab61ab..9d96a4e 100644 --- a/roles/patch_debian/tasks/main.yaml +++ b/roles/patch_debian/tasks/main.yaml @@ -55,10 +55,6 @@ ansible.builtin.stat: path: /usr/sbin/needrestart register: nrex - ignore_errors: "yes" - no_log: true - failed_when: false - changed_when: false - name: Check for outdated kernel ansible.builtin.command: /usr/sbin/needrestart -pk register: kernout |