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