aboutsummaryrefslogtreecommitdiffstats
path: root/roles/raspbian/tasks/networkd.yml
blob: c372a5c5a00e030e04d4c5990f23d9036e5eddcc (plain) (blame)
1
2
3
4
5
6
7
8
---
- name: Clean up old dhcpcd configuration
  file:
    path: '/etc/systemd/system/dhcpcd.service.d'
    state: absent
  when: use_networkd|bool

# vim: set ts=2 sw=2 et: