mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
documented force does not work use masked no
This commit is contained in:
parent
24624c6e6f
commit
776b983e3d
1 changed files with 1 additions and 1 deletions
|
@ -135,8 +135,8 @@
|
||||||
- name: Enable the Access Point 'hostapd' service
|
- name: Enable the Access Point 'hostapd' service
|
||||||
systemd:
|
systemd:
|
||||||
name: hostapd
|
name: hostapd
|
||||||
|
masked: no
|
||||||
enabled: yes
|
enabled: yes
|
||||||
force: yes
|
|
||||||
when: hostapd_enabled
|
when: hostapd_enabled
|
||||||
|
|
||||||
- name: Record HOSTAPD_ENABLED to {{ iiab_env_file }}
|
- name: Record HOSTAPD_ENABLED to {{ iiab_env_file }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue