mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
file status -> state think0
This commit is contained in:
parent
3b26b4c594
commit
4f4e7f5cc5
1 changed files with 3 additions and 3 deletions
|
@ -118,9 +118,9 @@
|
|||
when: systemd_networkd_active and discovered_wireless_iface != "none" and rpi_model != "none" and wifi_up_down
|
||||
|
||||
- name: Remove networkd-dispatcher hook for hostapd on RPi hardware and not up/down
|
||||
file:
|
||||
path: "{{ item.dest}}"
|
||||
status: absent
|
||||
file:
|
||||
path: "{{ item.dest }}"
|
||||
state: absent
|
||||
with_items:
|
||||
- { dest: '/etc/networkd-dispatcher/carrier.d/iiab-wifi' }
|
||||
- { dest: '/etc/networkd-dispatcher/no-carrier.d/iiab-wifi' }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue