mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-04 00:07:39 +08:00
Make COPR update python-requests prior to starting
This commit is contained in:
@@ -23,6 +23,9 @@
|
||||
# BZ 1241507
|
||||
- shell: yum-deprecated install -y fedpkg-copr || yum install -y fedpkg-copr
|
||||
|
||||
# This needs to be updated for python-fedora
|
||||
- shell: yum-deprecated update -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user