no need for this hack mock-1.2.10 is already in stable
This commit is contained in:
parent
3be889ef93
commit
d057003826
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue