mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
network/tasks/hostapd.yml: Install /usr/bin/iiab-hotspot-{on|off} in all cases!
This commit is contained in:
parent
1df0263281
commit
7f50ad8365
1 changed files with 0 additions and 2 deletions
|
@ -69,7 +69,6 @@
|
|||
owner: root
|
||||
group: root
|
||||
mode: 0755
|
||||
when: can_be_ap
|
||||
|
||||
- name: Create /usr/bin/iiab-hotspot-off from template when hardware supports AP
|
||||
template:
|
||||
|
@ -78,7 +77,6 @@
|
|||
owner: root
|
||||
group: root
|
||||
mode: 0755
|
||||
when: can_be_ap
|
||||
|
||||
- name: Create dhcpcd hook for hostapd and ap0 when wifi_up_down True
|
||||
template:
|
||||
|
|
Loading…
Reference in a new issue