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
1 changed files with 4 additions and 1 deletions

View File

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