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