copr: backend: assure createrepo_c >= 0.15.5
This commit is contained in:
parent
f280cabfe8
commit
6d32ca5431
1 changed files with 7 additions and 0 deletions
|
@ -25,5 +25,12 @@
|
|||
- prunerepo
|
||||
update_cache: true
|
||||
|
||||
- name: Upgrade createrepo_c from updates-testing, when needed
|
||||
dnf: state=latest
|
||||
name=createrepo_c
|
||||
enablerepo=updates-testing
|
||||
when:
|
||||
when: ansible_facts.packages['createrepo_c'][0].version is version('0.15.5', '<')
|
||||
|
||||
handlers:
|
||||
- import_tasks: "{{ handlers_path }}/restart_services.yml"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue