summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2026-03-05 14:08:36 +0100
committerGuilhem Moulin <guilhem@fripost.org>2026-03-05 14:08:36 +0100
commit240bac74253b0c9ae45bafd62a2940d1813d9f9e (patch)
tree9dca2b1ce97b0ac13f45648eff76d323d1e85820
parent4a47926107ca34c08d7355de3068678b94ce1776 (diff)
Ensure dhcpcd-base is not installed.
-rw-r--r--tasks/network.yml1
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