Now you see me, now you don't

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2015-10-23 20:09:44 +00:00
parent c83cd8d9a9
commit 56f33df0ce

View file

@ -24,7 +24,7 @@
- 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
- 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