7 lines
157 B
YAML
7 lines
157 B
YAML
- name: Remove temporary directory
|
|
tags: always
|
|
file:
|
|
path: "{{ temp_install_dir.path }}"
|
|
state: absent
|
|
when: temp_install_dir.path is defined
|