summaryrefslogtreecommitdiffstats
path: root/roles/copr/backend/files/provision
diff options
context:
space:
mode:
authorMiroslav Suchý <msuchy@redhat.com>2016-04-22 17:11:39 +0200
committerMiroslav Suchý <msuchy@redhat.com>2016-04-22 17:17:07 +0200
commitb898251c00fa2fe03b37a3d1986c8b43b5c9431b (patch)
treef82befca20994cc3aae4330a9753df59851ff4f0 /roles/copr/backend/files/provision
parent8d94d537db8f08ad0d33b04cacceebf6836c5c9d (diff)
downloadansible-b898251c00fa2fe03b37a3d1986c8b43b5c9431b.tar.gz
ansible-b898251c00fa2fe03b37a3d1986c8b43b5c9431b.tar.xz
ansible-b898251c00fa2fe03b37a3d1986c8b43b5c9431b.zip
copr: network interface is eth0 on F23
Diffstat (limited to 'roles/copr/backend/files/provision')
-rw-r--r--roles/copr/backend/files/provision/builderpb_ppc64le.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/copr/backend/files/provision/builderpb_ppc64le.yml b/roles/copr/backend/files/provision/builderpb_ppc64le.yml
index da6bf6f72..af892422c 100644
--- a/roles/copr/backend/files/provision/builderpb_ppc64le.yml
+++ b/roles/copr/backend/files/provision/builderpb_ppc64le.yml
@@ -40,6 +40,6 @@
- include: "provision_builder_tasks.yml"
- name: disable offloading
- command: ethtool -K enp0s1 tso off gro off gso off
+ command: ethtool -K eth0 tso off gro off gso off
- yum: state=latest enablerepo="updates-testing" name=mock