Add clamav-daemon installation to clamav role

This commit is contained in:
Tristan PILAT 2017-02-08 11:18:52 +01:00
parent b5d86ca4cf
commit fa1dd2d00f

View file

@ -1,4 +1,7 @@
- name: ensure packages are installed - name: ensure packages are installed
apt: apt:
name: clamav-freshclam name: '{{ item }}'
state: present state: present
with_items:
- clamav-daemon
- clamav-freshclam