mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-04 12:12:23 +08:00
Always run yum clean expire-cache
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user