minor builder fixes

This commit is contained in:
Cassiano Aquino
2019-10-03 09:21:03 +01:00
parent 28e82f2a4e
commit 924c5c8fe6
2 changed files with 3 additions and 2 deletions

View File

@ -203,7 +203,7 @@
- name: configure usb interface
blockinfile:
path: /etc/network/interfaces.d/usb0.cfg
path: /etc/network/interfaces.d/usb0-cfg
create: yes
block: |
allow-hotplug usb0
@ -216,7 +216,7 @@
- name: configure eth0 interface (pi2/3/4)
blockinfile:
path: /etc/network/interfaces.d/eth0.cfg
path: /etc/network/interfaces.d/eth0-cfg
create: yes
block: |
allow-hotplug eth0