mirror of
https://github.com/openshift/community.okd.git
synced 2026-03-26 19:03:14 +00:00
* Issue #1: Initial effort to lift some content out of the Kubernetes collection. * Issue #1: Disable integration tests for now, as they're not relevant.
7 lines
112 B
YAML
7 lines
112 B
YAML
---
|
|
- name: delete temporary directory
|
|
file:
|
|
path: "{{ remote_tmp_dir }}"
|
|
state: absent
|
|
no_log: yes
|