diff options
| author | Guilhem Moulin <guilhem@fripost.org> | 2026-03-05 14:08:36 +0100 |
|---|---|---|
| committer | Guilhem Moulin <guilhem@fripost.org> | 2026-03-05 14:08:36 +0100 |
| commit | 240bac74253b0c9ae45bafd62a2940d1813d9f9e (patch) | |
| tree | 9dca2b1ce97b0ac13f45648eff76d323d1e85820 /tasks | |
| parent | 4a47926107ca34c08d7355de3068678b94ce1776 (diff) | |
Ensure dhcpcd-base is not installed.
Diffstat (limited to 'tasks')
| -rw-r--r-- | tasks/network.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tasks/network.yml b/tasks/network.yml index a02b07c..5c1af1a 100644 --- a/tasks/network.yml +++ b/tasks/network.yml @@ -18,6 +18,7 @@ - ifupdown - isc-dhcp-client - isc-dhcp-common + - dhcpcd-base - name: Remove /etc/network/interfaces and /etc/network/interfaces.d file: path={{ item }} state=absent |
