From 47fe27ee90368f2de7681b57cbcd5e24ac62ca60 Mon Sep 17 00:00:00 2001 From: Sven Velt Date: Thu, 4 Jan 2024 12:37:00 +0100 Subject: [PATCH] Cleanup manual cleanup ;) --- tasks/manual.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/tasks/manual.yml b/tasks/manual.yml index bdad35a..d08562f 100644 --- a/tasks/manual.yml +++ b/tasks/manual.yml @@ -35,12 +35,13 @@ group: root mode: 0644 + always: -- name: Delete tempdir - file: - path: "{{ kitty_tempdir.path }}" - state: absent - delegate_to: localhost - run_once: True + - name: Delete tempdir + file: + path: "{{ kitty_tempdir.path }}" + state: absent + delegate_to: localhost + run_once: True