From 2013899ce249fd316d7b3df9a4d79b8936bf0b1c Mon Sep 17 00:00:00 2001 From: Emil Renner Berthing Date: Wed, 3 Oct 2018 15:33:14 +0200 Subject: raspbian: add basic Raspbian role ..which just extends the Debian role with a bit of cleanup and config to save on sd-card writes --- roles/raspbian/tasks/networkd.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 roles/raspbian/tasks/networkd.yml (limited to 'roles/raspbian/tasks/networkd.yml') diff --git a/roles/raspbian/tasks/networkd.yml b/roles/raspbian/tasks/networkd.yml new file mode 100644 index 0000000..bfff12d --- /dev/null +++ b/roles/raspbian/tasks/networkd.yml @@ -0,0 +1,8 @@ +--- +- name: Clean up old dhcpcd configuration + file: + path: '/etc/systemd/system/dhcpcd.service.d' + state: absent + when: use_networkd + +# vim: set ts=2 sw=2 et: -- cgit v1.2.1