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.
13 lines
261 B
YAML
13 lines
261 B
YAML
---
|
|
- name: create temporary directory
|
|
test_tempfile:
|
|
state: directory
|
|
suffix: .test
|
|
register: remote_tmp_dir
|
|
notify:
|
|
- delete temporary directory
|
|
|
|
- name: record temporary directory
|
|
set_fact:
|
|
remote_tmp_dir: "{{ remote_tmp_dir.path }}"
|