git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
path: root/roles/patch_redhat/tasks/main.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/patch_redhat/tasks/main.yaml')
-rw-r--r--roles/patch_redhat/tasks/main.yaml4
1 files changed, 0 insertions, 4 deletions
diff --git a/roles/patch_redhat/tasks/main.yaml b/roles/patch_redhat/tasks/main.yaml
index 45d9e18..7f200e7 100644
--- a/roles/patch_redhat/tasks/main.yaml
+++ b/roles/patch_redhat/tasks/main.yaml
@@ -28,9 +28,6 @@
ansible.builtin.stat:
path: /usr/bin/rkhunter
register: rkhex
- ignore_errors: true
- no_log: true
- changed_when: false
- name: RKhunter pre-check
ansible.builtin.command: rkhunter -c --sk --rwo --ns
become: true
@@ -61,7 +58,6 @@
# "yum needs-restarting still works on RHEL 8, and "needs-restarting" is obsolete
# On major releases >= 9 you may want to create an alternative for symlinking yum to dnf
ansible.builtin.command: yum needs-restarting -r
- ignore_errors: "yes"
register: nr
changed_when: false
failed_when: false