Cleanup manual cleanup ;)
This commit is contained in:
parent
301569e4d4
commit
47fe27ee90
|
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue