mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
use can_be_ap
This commit is contained in:
parent
9f4b99e50d
commit
6b69696f72
2 changed files with 2 additions and 2 deletions
|
@ -65,7 +65,7 @@
|
|||
systemd:
|
||||
name: iiab-clone-wifi
|
||||
state: started
|
||||
when: wifi_up_down and discovered_wireless_iface != "none"
|
||||
when: wifi_up_down and can_be_ap
|
||||
|
||||
- name: Restart the networking service if appropriate
|
||||
systemd:
|
||||
|
|
|
@ -55,7 +55,7 @@
|
|||
systemd:
|
||||
name: iiab-clone-wifi
|
||||
state: started
|
||||
when: wifi_up_down and discovered_wireless_iface != "none"
|
||||
when: wifi_up_down and can_be_ap
|
||||
|
||||
- name: Enable & Restart systemd-networkd.service
|
||||
systemd:
|
||||
|
|
Loading…
Add table
Reference in a new issue