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
Loading
...@@ -14,14 +14,6 @@ ...@@ -14,14 +14,6 @@
when: ansible_os_family == "Debian" when: ansible_os_family == "Debian"
tags: [apt] 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) - name: install clamav packages (RedHat)
ansible.builtin.yum: ansible.builtin.yum:
name: [ name: [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment