mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
partial of 720c285... typo iiab_wireless_an_iface
This commit is contained in:
parent
13d7c38a73
commit
0d9321a363
1 changed files with 3 additions and 3 deletions
|
@ -118,11 +118,11 @@
|
|||
|
||||
- name: Remove networkd-dispatcher hook for hostapd on RPi hardware and not up/down
|
||||
file:
|
||||
path: "{{ item.dest}}
|
||||
path: "{{ item.dest}}"
|
||||
status: absent
|
||||
with_items:
|
||||
- { src: 'hostapd/netd-disp', dest: '/etc/networkd-dispatcher/carrier.d/iiab-wifi' }
|
||||
- { src: 'hostapd/netd-disp', dest: '/etc/networkd-dispatcher/no-carrier.d/iiab-wifi' }
|
||||
- { dest: '/etc/networkd-dispatcher/carrier.d/iiab-wifi' }
|
||||
- { dest: '/etc/networkd-dispatcher/no-carrier.d/iiab-wifi' }
|
||||
when: systemd_networkd_active and discovered_wireless_iface != "none" and rpi_model != "none" and not wifi_up_down
|
||||
|
||||
- name: Disable the Access Point 'hostapd' service
|
||||
|
|
Loading…
Reference in a new issue