Create interfaces.d directory
This commit is contained in:
parent
9af8e490a3
commit
52ce373592
1 changed files with 6 additions and 0 deletions
|
@ -70,6 +70,12 @@
|
|||
tags:
|
||||
- networking
|
||||
|
||||
- name: ensure interfaces.d directory exists
|
||||
file:
|
||||
path: /etc/network/interfaces.d
|
||||
state: directory
|
||||
when: wanted_ip4 is defined or wanted_ip6 is defined
|
||||
|
||||
- name: configure watchdog
|
||||
template:
|
||||
src: watchdog.conf.j2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue