mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-03-26 21:33:02 +00:00
7 lines
112 B
YAML
7 lines
112 B
YAML
---
|
|
- name: delete temporary directory
|
|
file:
|
|
path: "{{ remote_tmp_dir }}"
|
|
state: absent
|
|
no_log: yes
|