Use async for updating ClamAV DB

This patch updates the ClamAV task to run asynchronously and this
should improve playbook run times.

Change-Id: Ifbe9ded881baf72664dc3ac763dab28c2aa93cfa
This commit is contained in:
Major Hayden
2017-02-07 09:42:12 -06:00
parent 9af2e9e398
commit a2b3fe1598

View File

@@ -188,6 +188,8 @@
when:
- clamav_install_check.stat.exists
- security_enable_virus_scanner | bool
async: 300
poll: 5
tags:
- misc
- RHEL-07-030810