You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/integration/targets/setup_remote_tmp_dir/handlers/main.yml

8 lines
261 B
YAML

- 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