summaryrefslogtreecommitdiffstats
path: root/roles/copr
diff options
context:
space:
mode:
authorPatrick Uiterwijk <puiterwijk@redhat.com>2015-10-23 20:09:44 +0000
committerPatrick Uiterwijk <puiterwijk@redhat.com>2015-10-23 20:09:44 +0000
commit56f33df0ceafc750b10a034d363d1437488becae (patch)
tree8e89b0ec8a587c3d60bbd46e3c97f2dd3559064a /roles/copr
parentc83cd8d9a91a526a12e419b6403ca0ad7151ec6d (diff)
downloadansible-56f33df0ceafc750b10a034d363d1437488becae.tar.gz
ansible-56f33df0ceafc750b10a034d363d1437488becae.tar.xz
ansible-56f33df0ceafc750b10a034d363d1437488becae.zip
Now you see me, now you don't
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
Diffstat (limited to 'roles/copr')
-rw-r--r--roles/copr/backend/files/provision/provision_builder_tasks.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/copr/backend/files/provision/provision_builder_tasks.yml b/roles/copr/backend/files/provision/provision_builder_tasks.yml
index 0be9471db..2e73fbbc8 100644
--- a/roles/copr/backend/files/provision/provision_builder_tasks.yml
+++ b/roles/copr/backend/files/provision/provision_builder_tasks.yml
@@ -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