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:
parent
a81f8383bb
commit
b0a54afc1c
1 changed files with 6 additions and 0 deletions
|
@ -82,6 +82,12 @@
|
||||||
mode: 0644
|
mode: 0644
|
||||||
when: is_raspbian
|
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
|
- name: Create networkd-dispatcher diagnosic hook for recording network events
|
||||||
template:
|
template:
|
||||||
owner: root
|
owner: root
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue