mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-05-08 14:02:38 +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
|