summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/setup_remote_tmp_dir/tasks/windows-cleanup.yml
blob: 1936b610b59ff60a216a1c49bc0c59b230111576 (plain)
1
2
3
4
- name: delete temporary directory (windows)
  win_file:
    path: "{{ remote_tmp_dir }}"
    state: absent