Files
ansible_linux_setup/roles/cleanup/tasks/main.yml
2021-03-03 13:34:26 +00:00

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