version of this mock is already in stable

This commit is contained in:
Miroslav Suchý 2016-02-16 17:23:44 +01:00
parent 4a40a2e54e
commit ac12445b88

View file

@ -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