copr-frontend: try to expire all caches

Ansible still doesn't update the packages :-(
This commit is contained in:
Pavel Raiskup 2025-03-26 08:03:40 +01:00
parent 0f07d5c9d0
commit d2873f81f7

View file

@ -17,7 +17,7 @@
import_tasks: _generic_tasks.yml
- name: Check for copr-frontend update
ansible.builtin.shell: dnf clean expire-cache ; dnf check-update copr-frontend
ansible.builtin.shell: dnf clean all ; dnf check-update copr-frontend
register: frontend_has_update
changed_when: "frontend_has_update.rc != 0"
failed_when: false