diff --git a/roles/copr/backend/files/provision/provision_builder_tasks.yml b/roles/copr/backend/files/provision/provision_builder_tasks.yml index fa3cb1401e..8952c2c8a6 100644 --- a/roles/copr/backend/files/provision/provision_builder_tasks.yml +++ b/roles/copr/backend/files/provision/provision_builder_tasks.yml @@ -17,6 +17,10 @@ - name: set bigger timeout for dnf ini_file: dest=/etc/dnf/dnf.conf section=main option=timeout value=1000 +# hack for 2:mock-1.3.4-2 currently being the latest version in infra repos +- name: ensure absent + dnf: state=absent pkg="mock-core-configs" + - name: install pkgs dnf: state=present pkg={{ item }} with_items: