Cleanup manual cleanup ;)

This commit is contained in:
Sven Velt 2024-01-04 12:37:00 +01:00
parent 301569e4d4
commit 47fe27ee90

View file

@ -35,12 +35,13 @@
group: root group: root
mode: 0644 mode: 0644
always:
- name: Delete tempdir - name: Delete tempdir
file: file:
path: "{{ kitty_tempdir.path }}" path: "{{ kitty_tempdir.path }}"
state: absent state: absent
delegate_to: localhost delegate_to: localhost
run_once: True run_once: True