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

5 lines
97 B
YAML
Raw Normal View History

- name: remove test directory
win_file:
path: '{{ test_win_slurp_dir }}'
state: absent