5 lines
97 B
YAML
5 lines
97 B
YAML
|
- name: remove test directory
|
||
|
win_file:
|
||
|
path: '{{ test_win_slurp_dir }}'
|
||
|
state: absent
|