Change yum clean expired-cache to yum clean all

This commit is contained in:
Pierre-Yves Chibon 2014-03-04 11:09:19 +01:00
parent d8a302bec0
commit 68ccfbf89b

View file

@ -16,7 +16,7 @@
tasks:
- name: expire-caches {% if testing %}(with infrastructure-testing on){% endif %}
command: yum clean expire-cache {% if testing %} --enablerepo=infrastructure-testing {% endif %}
command: yum clean all {% if testing %} --enablerepo=infrastructure-testing {% endif %}
always_run: yes
- name: yum update {{ package }} {% if testing %}(with infrastructure-testing on){% endif %}