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 }} yum: state=present pkg={{ item }}
with_items: with_items:
- dnf - dnf
# - mock - mock
# - mock-lvm # - mock-lvm
- createrepo - createrepo
- yum-utils - yum-utils
@ -19,8 +19,8 @@
- libselinux-python - libselinux-python
- libsemanage-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/ #- 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 #- yum: state=present name=/tmp/mock-1.2.9-1.fc21.noarch.rpm
- name: make sure newest rpm - name: make sure newest rpm
# todo: replace with dnf after ansible 1.9 is available # todo: replace with dnf after ansible 1.9 is available