diff --git a/playbooks/update_packages.yml b/playbooks/update_packages.yml index 3e0a55caa1..5a0dce9049 100644 --- a/playbooks/update_packages.yml +++ b/playbooks/update_packages.yml @@ -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 %}