mirror of
https://github.com/TECHNOFAB11/zfs-localpv.git
synced 2025-12-12 14:30:12 +01:00
11 lines
266 B
YAML
11 lines
266 B
YAML
---
|
|
- block:
|
|
- name: Record test instance/run ID
|
|
set_fact:
|
|
run_id: "{{ lookup('env','RUN_ID') }}"
|
|
|
|
- name: Construct testname appended with runID
|
|
set_fact:
|
|
test_name: "{{ test_name }}-{{ run_id }}"
|
|
|
|
when: lookup('env','RUN_ID')
|