no need for this hack mock-1.2.10 is already in stable

This commit is contained in:
Miroslav Suchý 2015-06-10 13:14:22 +02:00
parent 3be889ef93
commit d057003826

View file

@ -8,7 +8,7 @@
yum: state=present pkg={{ item }}
with_items:
- dnf
# - mock
- mock
# - mock-lvm
- createrepo
- yum-utils
@ -19,8 +19,8 @@
- libselinux-python
- libsemanage-python
- get_url: url=https://kojipkgs.fedoraproject.org//packages/mock/1.2.9/1.fc21/noarch/mock-1.2.9-1.fc21.noarch.rpm dest=/tmp/
- yum: state=present name=/tmp/mock-1.2.9-1.fc21.noarch.rpm
#- get_url: url=https://kojipkgs.fedoraproject.org//packages/mock/1.2.9/1.fc21/noarch/mock-1.2.9-1.fc21.noarch.rpm dest=/tmp/
#- yum: state=present name=/tmp/mock-1.2.9-1.fc21.noarch.rpm
- name: make sure newest rpm
# todo: replace with dnf after ansible 1.9 is available