make the yum update process async - so if sshd dies it still runs

This commit is contained in:
Seth Vidal 2013-02-26 18:49:19 +00:00
parent a23f7d4be9
commit 15df55973d

View file

@ -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