mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-04 14:03:32 +08:00
copr-builder: install default.cfg for mock-1.3.4 that does not have it
This commit is contained in:
@@ -47,6 +47,9 @@
|
||||
tasks:
|
||||
- include: "provision_builder_tasks.yml"
|
||||
|
||||
- name: create mock default.cfg
|
||||
command: ln -f -s /etc/mock/fedora-27-x86_64.cfg /etc/mock/default.cfg
|
||||
|
||||
- name: disable offloading
|
||||
command: ethtool -K eth0 tso off gro off gso off
|
||||
|
||||
|
||||
@@ -47,5 +47,8 @@
|
||||
tasks:
|
||||
- include: "provision_builder_tasks.yml"
|
||||
|
||||
- name: create mock default.cfg
|
||||
command: ln -f -s /etc/mock/fedora-27-ppc64le.cfg /etc/mock/default.cfg
|
||||
|
||||
- name: disable offloading
|
||||
command: ethtool -K eth0 tso off gro off gso off
|
||||
|
||||
Reference in New Issue
Block a user