add expire-cache to package update playbook
This commit is contained in:
parent
5cbfff37e2
commit
1d7fb6d1bc
1 changed files with 4 additions and 1 deletions
|
@ -5,7 +5,10 @@
|
|||
user: root
|
||||
|
||||
tasks:
|
||||
- name: yum update
|
||||
- name: expire-caches
|
||||
action: command yum clean expire-cache
|
||||
|
||||
- name: yum -y ${yumcommand}
|
||||
action: command yum -y ${yumcommand}
|
||||
|
||||
- name: check for rkhunter
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue