Skip to content
Snippets Groups Projects
Commit 8835b09e authored by Jörg Sachse's avatar Jörg Sachse
Browse files

fix: remove EPEL installation task; we expect EPEL to be enabled on production...

fix: remove EPEL installation task; we expect EPEL to be enabled on production machines already, and Molecule enables EPEL during the prepare phase
parent d8f24e7d
No related branches found
No related tags found
No related merge requests found
......@@ -14,14 +14,6 @@
when: ansible_os_family == "Debian"
tags: [apt]
- name: install EPEL so we have access to the ClamAV packages hosted there
ansible.builtin.yum:
name: "epel-release.noarch"
state: latest
update_cache: true
when: ansible_os_family == "RedHat"
tags: [yum]
- name: install clamav packages (RedHat)
ansible.builtin.yum:
name: [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment