1

Ansilbe role ansible-role-clamav

May I know if there are any changes in the ClamAV package names?

OS - RHEL Server release 7.7 (Mapio)

Ansible version - 2.8.2

Its installation is failing with the below error.

TASK [ansible-role-clamav : Install ClamAV packages]
fatal: [base-image]: FAILED! => {"changed": false, "msg": "No package matching 'clamav-server' found available, installed or updated", "rc": 126, "results": ["No package matching 'clamav-server' found available, installed or updated"]}[0m
Devesh mehta
  • 1,505
  • 8
  • 22
  • Please provide more informations (e.g. Server-OS, Ansible version) – Spirit Feb 25 '20 at 15:27
  • Have you tried the installation manually? It seems to me that the server is unable to connect to internet to search for packages – error404 Feb 26 '20 at 07:43
  • Server has internet connectivity and manages to install the other packages but it fails to install the clamav-server because it doesn't exist. It was there in epel repository upto last week. – Devesh mehta Feb 26 '20 at 07:51
  • that's the issue...I will always test a manual installation, check the epel repo's for the corresponding packages...You can try different mirrors for the same – error404 Feb 26 '20 at 08:22

1 Answers1

0

I think the packages have changed based on this.

https://dl.fedoraproject.org/pub/epel/7/x86_64/Packages/c/

New packages: [ 'clamav', 'clamav-data', 'clamav-devel', 'clamav-filesystem', 'clamav-lib', 'clamav-milter', 'clamav-update', 'clamav-unofficial-sigs', 'clamd']