From 8946ed1f039607ef877361a3911084f9cb2c177e Mon Sep 17 00:00:00 2001 From: Jerry Vonau Date: Mon, 17 Feb 2020 03:02:40 -0600 Subject: [PATCH] CP started dnsmasq can't shut it down now, resolvconf set /etc/resolv.conf to 127.0.0.1 --- roles/network/tasks/down-debian.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/network/tasks/down-debian.yml b/roles/network/tasks/down-debian.yml index fb5589d0f..68fdd5c8e 100644 --- a/roles/network/tasks/down-debian.yml +++ b/roles/network/tasks/down-debian.yml @@ -22,4 +22,4 @@ service: name: dnsmasq state: stopped - when: dnsmasq_install | bool + when: dnsmasq_install | bool and not no_net_restart