copr: updates-testing have already newer mock
This commit is contained in:
parent
fa103c8451
commit
6af63e9fe7
1 changed files with 1 additions and 17 deletions
|
@ -42,20 +42,4 @@
|
||||||
- name: disable offloading
|
- name: disable offloading
|
||||||
command: ethtool -K enp0s1 tso off gro off gso off
|
command: ethtool -K enp0s1 tso off gro off gso off
|
||||||
|
|
||||||
- get_url: url=https://kojipkgs.fedoraproject.org//packages/mock/1.2.10/1.fc21/noarch/mock-1.2.10-1.fc21.noarch.rpm dest=/tmp/
|
- yum: state=latest enablerepo="updates-testing" name=mock
|
||||||
when: ansible_distribution == 'Fedora' and ansible_distribution_major_version == 21
|
|
||||||
|
|
||||||
- yum: state=present name=/tmp/mock-1.2.10-1.fc21.noarch.rpm
|
|
||||||
when: ansible_distribution == 'Fedora' and ansible_distribution_major_version == 21
|
|
||||||
|
|
||||||
- get_url: url=https://kojipkgs.fedoraproject.org//packages/mock/1.2.10/1.fc22/noarch/mock-1.2.10-1.fc22.noarch.rpm dest=/tmp/
|
|
||||||
when: ansible_distribution == 'Fedora' and ansible_distribution_major_version == 22
|
|
||||||
|
|
||||||
- yum: state=present name=/tmp/mock-1.2.10-1.fc22.noarch.rpm
|
|
||||||
when: ansible_distribution == 'Fedora' and ansible_distribution_major_version == 22
|
|
||||||
|
|
||||||
- get_url: url=https://kojipkgs.fedoraproject.org//packages/mock/1.2.10/1.fc23/noarch/mock-1.2.10-1.fc23.noarch.rpm dest=/tmp/
|
|
||||||
when: ansible_distribution == 'Fedora' and ansible_distribution_major_version == 23
|
|
||||||
|
|
||||||
- yum: state=present name=/tmp/mock-1.2.10-1.fc22.noarch.rpm
|
|
||||||
when: ansible_distribution == 'Fedora' and ansible_distribution_major_version == 23
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue