From 2d4a55aef229be710367531e19962d999da58bbf Mon Sep 17 00:00:00 2001 From: Anish Mangal Date: Sun, 23 Jun 2019 11:43:45 +0000 Subject: [PATCH] do not copy dnsmasq restart script if we are on rpi --- roles/network/tasks/enable_services.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/network/tasks/enable_services.yml b/roles/network/tasks/enable_services.yml index ef2c82ca3..0122143ec 100644 --- a/roles/network/tasks/enable_services.yml +++ b/roles/network/tasks/enable_services.yml @@ -61,7 +61,7 @@ mode: "0755" owner: root group: root - when: dnsmasq_enabled and dnsmasq_install and (iiab_network_mode != "Appliance") + when: dnsmasq_enabled and dnsmasq_install and (iiab_network_mode != "Appliance") and (not is_rpi) - name: Remove /etc/dnsmasq.d/iiab.conf, when not dnsmasq_enabled or is Appliance file: