From 15df55973d6c2a1da6fa4948a05616af26ce2553 Mon Sep 17 00:00:00 2001 From: Seth Vidal Date: Tue, 26 Feb 2013 18:49:19 +0000 Subject: [PATCH] make the yum update process async - so if sshd dies it still runs --- playbooks/vhost-update.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/playbooks/vhost-update.yml b/playbooks/vhost-update.yml index 20887e3ce3..3694231c0e 100644 --- a/playbooks/vhost-update.yml +++ b/playbooks/vhost-update.yml @@ -23,6 +23,8 @@ - name: yum -y ${yumcommand} action: command yum -y ${yumcommand} + async: 600 + poll: 15 - name: check for rkhunter action: command /usr/bin/test -f /usr/bin/rkhunter