From aec942f75a3bdb7d1ce8ab63e545bd568e09f671 Mon Sep 17 00:00:00 2001 From: A Holt Date: Wed, 4 Apr 2018 03:57:33 -0400 Subject: [PATCH] Update main.yml --- roles/network/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/network/tasks/main.yml b/roles/network/tasks/main.yml index 006d70a79..76f54e460 100644 --- a/roles/network/tasks/main.yml +++ b/roles/network/tasks/main.yml @@ -23,7 +23,7 @@ lineinfile: dest: /etc/iiab/iiab.env regexp: '^HOSTAPD_ENABLED=*' - line: 'HOSTAPD_ENABLED="{{ hostapd_enabled }}"' + line: 'HOSTAPD_ENABLED={{ hostapd_enabled }}' state: present #when: not installing #REMOVE THIS LINE IF installing IS ALWAYS false AS SET IN roles/0-init/defaults/main.yml tags: