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