Create interfaces.d directory

This commit is contained in:
nemunaire 2023-03-15 10:56:54 +01:00
parent 9af8e490a3
commit 52ce373592
1 changed files with 6 additions and 0 deletions

View File

@ -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