ansible/test/integration/targets/setup_remote_tmp_dir/handlers/main.yml

8 lines
261 B
YAML
Raw Normal View History

- name: delete temporary directory
include_tasks: default-cleanup.yml
when: not setup_remote_tmp_dir_skip_cleanup | bool
- name: delete temporary directory (windows)
include_tasks: windows-cleanup.yml
when: not setup_remote_tmp_dir_skip_cleanup | bool