mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-10 12:40:31 -07:00
4 lines
124 B
YAML
4 lines
124 B
YAML
- name: delete temporary directory (windows)
|
|
ansible.windows.win_file:
|
|
path: '{{ remote_tmp_dir }}'
|
|
state: absent
|