aboutsummaryrefslogtreecommitdiffstats
path: root/roles/raspbian/tasks/networkd.yml
blob: bfff12dfa17598ff29d42e14ab4fe730449ed1c6 (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

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