Create interfaces.d directory
This commit is contained in:
parent
9af8e490a3
commit
52ce373592
@ -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…
Reference in New Issue
Block a user