mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
Update main.yml
This commit is contained in:
parent
2c58341de5
commit
aec942f75a
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue