Skip to content

Commit

Permalink
fix: remove the deletion of packages. #3085
Browse files Browse the repository at this point in the history
  • Loading branch information
mauromalara committed Jul 20, 2022
1 parent 3619a69 commit 2a5ea15
Showing 1 changed file with 0 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,6 @@
marker: <!-- {mark} ANSIBLE MANAGED BLOCK -->
state: absent

- name: Remove Yara and epel-release from CentOS
package:
name:
- epel-release
- yara
state: absent
when: ansible_facts['distribution'] == "CentOS"

- name: Remove the directory with malware
file:
path: /tmp/yara/
Expand All @@ -38,10 +30,3 @@
file:
path: /tmp/yara_script.sh
state: absent

- name: Remove jq (JSON Processor) on CentOS
package:
name:
- jq
state: absent
when: ansible_facts['distribution'] == "CentOS"

0 comments on commit 2a5ea15

Please sign in to comment.