mirror of
https://github.com/openshift/community.okd.git
synced 2026-05-08 06:02:36 +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.
This commit is contained in:
12
tests/integration/targets/okd/tasks/setup_remote_tmp_dir.yml
Normal file
12
tests/integration/targets/okd/tasks/setup_remote_tmp_dir.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
- 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 }}"
|
||||
Reference in New Issue
Block a user