mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
tighten up when to install ap0 file
This commit is contained in:
parent
d831f05769
commit
908c8f4951
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
|||
dest: /etc/NetworkManager/conf.d/ap0-manage.conf
|
||||
src: network/ap0-manage.conf
|
||||
mode: 0644
|
||||
when: wifi_up_down
|
||||
when: discovered_wireless_iface != "none" and wifi_up_down
|
||||
|
||||
- name: Copy manage.conf for NetworkManager when wifi_up_down False
|
||||
template:
|
||||
|
|
Loading…
Reference in a new issue