1
0
Fork 0
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:
Jerry Vonau 2020-04-27 15:48:38 -05:00
parent 3b26b4c594
commit 4f4e7f5cc5

View file

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