From fbf32e6f9fe6e4b5535778fea6337d43a0306c17 Mon Sep 17 00:00:00 2001 From: Seth Vidal Date: Tue, 26 Feb 2013 22:31:42 +0000 Subject: [PATCH] raise timeout to 1 hour b/c selinux likes to take a while --- playbooks/vhost-update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/vhost-update.yml b/playbooks/vhost-update.yml index 3694231c0e..d5256550fa 100644 --- a/playbooks/vhost-update.yml +++ b/playbooks/vhost-update.yml @@ -23,7 +23,7 @@ - name: yum -y ${yumcommand} action: command yum -y ${yumcommand} - async: 600 + async: 3600 poll: 15 - name: check for rkhunter