diff --git a/roles/copr/backend/files/provision/provision_builder_tasks.yml b/roles/copr/backend/files/provision/provision_builder_tasks.yml index 2e73fbbc8e..8ae5297a55 100644 --- a/roles/copr/backend/files/provision/provision_builder_tasks.yml +++ b/roles/copr/backend/files/provision/provision_builder_tasks.yml @@ -26,9 +26,6 @@ # This needs to be updated for python-fedora - shell: yum-deprecated update -y python-requests || yum install -y python-requests -- get_url: url=https://kojipkgs.fedoraproject.org//packages/mock/1.2.12/1.fc21/noarch/mock-1.2.12-1.fc21.noarch.rpm dest=/tmp/ -- yum: state=present name=/tmp/mock-1.2.12-1.fc21.noarch.rpm - - name: make sure newest rpm # todo: replace with dnf after ansible 1.9 is available yum: name={{ item }} state=latest