debian: add a newline at the end of interfaces file
Not necessary but nicer.
This commit is contained in:
parent
2f02f1eb2c
commit
5a7cd4dd76
1 changed files with 2 additions and 1 deletions
|
|
@ -47,7 +47,8 @@
|
||||||
when: not is_proxmox
|
when: not is_proxmox
|
||||||
copy:
|
copy:
|
||||||
dest: /etc/network/interfaces
|
dest: /etc/network/interfaces
|
||||||
content: 'source /etc/network/interfaces.d/*'
|
content: |
|
||||||
|
source /etc/network/interfaces.d/*
|
||||||
notify: reload interfaces
|
notify: reload interfaces
|
||||||
|
|
||||||
# for Proxmox the main interfaces file will define bridges
|
# for Proxmox the main interfaces file will define bridges
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue