summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/setup_remote_tmp_dir/handlers/main.yml
blob: 3c5b14f208ce945f0cd7ced0bd6803d26cecb49b (plain)
1
2
3
4
5
6
7
- 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