From 750f9e24f6c71d3242efb9272d05b472ae533dae Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Tue, 28 Aug 2018 07:59:15 +0200 Subject: [PATCH] Deactivate dhcp --- tasks/arch_gnome.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/arch_gnome.yml b/tasks/arch_gnome.yml index b5e7d1b..d23525f 100644 --- a/tasks/arch_gnome.yml +++ b/tasks/arch_gnome.yml @@ -33,7 +33,7 @@ - name: disable old network services systemd: name: '{{ item }}' - enabled: yes + enabled: no with_items: - dhcpcd