From 4f4e7f5cc5899ec43a1592c121934bb98d8572b1 Mon Sep 17 00:00:00 2001 From: Jerry Vonau Date: Mon, 27 Apr 2020 15:48:38 -0500 Subject: [PATCH] file status -> state think0 --- roles/network/tasks/hostapd.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/roles/network/tasks/hostapd.yml b/roles/network/tasks/hostapd.yml index 825c8226f..8e12593c7 100644 --- a/roles/network/tasks/hostapd.yml +++ b/roles/network/tasks/hostapd.yml @@ -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' }