make the yum update process async - so if sshd dies it still runs
This commit is contained in:
parent
a23f7d4be9
commit
15df55973d
1 changed files with 2 additions and 0 deletions
|
@ -23,6 +23,8 @@
|
||||||
|
|
||||||
- name: yum -y ${yumcommand}
|
- name: yum -y ${yumcommand}
|
||||||
action: command yum -y ${yumcommand}
|
action: command yum -y ${yumcommand}
|
||||||
|
async: 600
|
||||||
|
poll: 15
|
||||||
|
|
||||||
- name: check for rkhunter
|
- name: check for rkhunter
|
||||||
action: command /usr/bin/test -f /usr/bin/rkhunter
|
action: command /usr/bin/test -f /usr/bin/rkhunter
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue