1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

remove dhcpcd hooks if not up_down

This commit is contained in:
George Hunt 2020-04-10 15:23:49 -07:00 committed by Jerry Vonau
parent a81f8383bb
commit b0a54afc1c

View file

@ -82,6 +82,12 @@
mode: 0644
when: is_raspbian
- name: Remove dhcpcd hook for hostapd if WiFi is not split
file:
path: /lib/dhcpcd/dhcpcd-hooks/50-hostapd
state: absent
when: is_raspbian and not wifi_up_down
- name: Create networkd-dispatcher diagnosic hook for recording network events
template:
owner: root