Always run yum clean expire-cache
This commit is contained in:
parent
4038277568
commit
878152cbeb
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@
|
|||
|
||||
- name: expire-caches {% if testing %}(with infrastructure-testing on){% endif %}
|
||||
command: yum clean expire-cache {% if testing %} --enablerepo=infrastructure-testing {% endif %}
|
||||
always_run: yes
|
||||
|
||||
- name: yum update {{ package }} {% if testing %}(with infrastructure-testing on){% endif %}
|
||||
yum: name={{ package }} state=latest {% if testing %}enablerepo=infrastructure-testing{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue