git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
path: root/roles/patch_suse/tasks/main.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/patch_suse/tasks/main.yaml')
-rw-r--r--roles/patch_suse/tasks/main.yaml6
1 files changed, 0 insertions, 6 deletions
diff --git a/roles/patch_suse/tasks/main.yaml b/roles/patch_suse/tasks/main.yaml
index cd5a4c5..db15d75 100644
--- a/roles/patch_suse/tasks/main.yaml
+++ b/roles/patch_suse/tasks/main.yaml
@@ -8,12 +8,6 @@
ansible.builtin.stat:
path: /usr/bin/rkhunter
register: rkhex
- ignore_errors: true
- no_log: true
- # yum always tosses this arbitrary extra line at you, a simple tr -s does not eradicate it, so - well,
- # 0 and 1 are fine. As explained above, the RC is worthless when run through ansible.
- changed_when: false
- notify: "rkhunter execution"
- 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.