Commit bc1e289e by Edward Zarecor

Fixing MTU setting

parent 43b85eb2
...@@ -34,10 +34,10 @@ ...@@ -34,10 +34,10 @@
when: ansible_distribution in common_debian_variants when: ansible_distribution in common_debian_variants
- lineinfile: > - lineinfile: >
dest=/etc/dhcp/dhclient.conf dest=/etc/network/interfaces.d/eth0.cfg
regexp="^supercede interfact-mtu" regexp="^post-up /sbin/ifconfig eth0 mtu 1500"
line="supercede interface-mtu 1500;" line="post-up /sbin/ifconfig eth0 mtu 1500"
insertbefore="^request" insertafter="^iface"
when: ansible_distribution in common_debian_variants when: ansible_distribution in common_debian_variants
# #
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment