Change yum clean expired-cache to yum clean all
This commit is contained in:
parent
d8a302bec0
commit
68ccfbf89b
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
||||||
tasks:
|
tasks:
|
||||||
|
|
||||||
- name: expire-caches {% if testing %}(with infrastructure-testing on){% endif %}
|
- 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
|
always_run: yes
|
||||||
|
|
||||||
- name: yum update {{ package }} {% if testing %}(with infrastructure-testing on){% endif %}
|
- name: yum update {{ package }} {% if testing %}(with infrastructure-testing on){% endif %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue