aboutsummaryrefslogtreecommitdiffstats
path: root/roles/debian/tasks/networkd.yml
diff options
context:
space:
mode:
authorEmil Renner Berthing <esmil@labitat.dk>2020-02-27 11:26:52 +0100
committerEmil Renner Berthing <esmil@labitat.dk>2020-02-27 13:21:19 +0100
commitf1b1a9fd90056b2d42b2cb41e71af254e2c07268 (patch)
tree5fa28991c2e8f157a524e297fded3f233baa91f3 /roles/debian/tasks/networkd.yml
parentbfb961cfa1cd4ebbfd965df3b9511a9220b54845 (diff)
downloadlabitat-ansible-f1b1a9fd90056b2d42b2cb41e71af254e2c07268.tar.gz
labitat-ansible-f1b1a9fd90056b2d42b2cb41e71af254e2c07268.tar.xz
labitat-ansible-f1b1a9fd90056b2d42b2cb41e71af254e2c07268.zip
debian: update for hash_behaviour = replace
Diffstat (limited to 'roles/debian/tasks/networkd.yml')
-rw-r--r--roles/debian/tasks/networkd.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/roles/debian/tasks/networkd.yml b/roles/debian/tasks/networkd.yml
index 50791b3..084a844 100644
--- a/roles/debian/tasks/networkd.yml
+++ b/roles/debian/tasks/networkd.yml
@@ -1,5 +1,7 @@
---
-- name: Configure systemd-networkd
+- name: Configure networkd.conf
+ vars:
+ networkd_conf: '{{ networkd_conf_default|combine(networkd_conf_role) }}'
ini_file:
path: '/etc/systemd/networkd.conf'
no_extra_spaces: yes