Always run yum clean expire-cache

This commit is contained in:
Pierre-Yves Chibon 2014-02-13 21:45:21 +01:00
parent 4038277568
commit 878152cbeb

View file

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