ansible/test/integration/targets/win_slurp/handlers/main.yml
2019-03-15 14:59:01 +10:00

4 lines
97 B
YAML

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