Files
ansible_linux_setup/roles/cleanup/tasks/main.yml
2021-03-05 23:06:29 +00:00

6 lines
142 B
YAML

- name: Remove temporary directory
file:
path: "{{ temp_install_dir.path }}"
state: absent
when: temp_install_dir.path is defined