From 9f4a20d5a74342696d652377befa596d43df2c17 Mon Sep 17 00:00:00 2001 From: Major Hayden Date: Tue, 7 Feb 2017 09:42:12 -0600 Subject: [PATCH] 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 (cherry picked from commit a2b3fe159882e441735627f41ee9c5a154d44087) --- tasks/rhel7stig/misc.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tasks/rhel7stig/misc.yml b/tasks/rhel7stig/misc.yml index e14d323b..d883dde1 100644 --- a/tasks/rhel7stig/misc.yml +++ b/tasks/rhel7stig/misc.yml @@ -188,6 +188,8 @@ when: - clamav_install_check.stat.exists - security_enable_virus_scanner | bool + async: 300 + poll: 5 tags: - misc - RHEL-07-030810