mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-06-10 18:46:12 +00:00
6 lines
108 B
YAML
6 lines
108 B
YAML
- name: delete temporary directory
|
|
file:
|
|
path: "{{ remote_tmp_dir }}"
|
|
state: absent
|
|
no_log: yes
|