From 040e5d09e586831d07ad294e724b2d2d0b2235e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Tue, 4 Jan 2022 18:13:48 +0100 Subject: [PATCH] Fix yubikey touch detector build cleanup --- playbook.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/playbook.yml b/playbook.yml index 0b42433..b0842ed 100644 --- a/playbook.yml +++ b/playbook.yml @@ -667,6 +667,7 @@ file: path: "{{ yubikey_touch_detector_build_tempdir.path }}" state: absent + become: true when: not yubikey_touch_detector_binary.stat.exists when: distro == 'ubuntu'