1
0
Fork 0
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:
George Hunt 2020-04-12 19:31:16 +01:00 committed by Jerry Vonau
parent 13d7c38a73
commit 0d9321a363

View file

@ -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