copr-frontend: try to expire all caches
Ansible still doesn't update the packages :-(
This commit is contained in:
parent
0f07d5c9d0
commit
d2873f81f7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue