Fix yubikey touch detector build cleanup

This commit is contained in:
2022-01-04 18:13:48 +01:00
parent 1bc03cffcc
commit 040e5d09e5

View File

@@ -667,6 +667,7 @@
file: file:
path: "{{ yubikey_touch_detector_build_tempdir.path }}" path: "{{ yubikey_touch_detector_build_tempdir.path }}"
state: absent state: absent
become: true
when: not yubikey_touch_detector_binary.stat.exists when: not yubikey_touch_detector_binary.stat.exists
when: distro == 'ubuntu' when: distro == 'ubuntu'