Merge pull request from dadav/fix/ansible

Fix/ansible
This commit is contained in:
evilsocket 2019-10-03 12:08:14 +02:00 committed by GitHub
commit 5234778c63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -204,6 +204,7 @@
- name: configure lo interface
blockinfile:
path: /etc/network/interfaces.d/lo-cfg
create: yes
block: |
auto lo
iface lo inet loopback
@ -211,6 +212,7 @@
- name: configure wlan interface
blockinfile:
path: /etc/network/interfaces.d/wlan0-cfg
create: yes
block: |
allow-hotplug wlan0
iface wlan0 inet static