d55c8d8f5a
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/podman.git#3f2f50cda9c6dd6e86824f7b944944c20946fd6f
11 lines
253 B
YAML
11 lines
253 B
YAML
---
|
|
# Create empty results file, world-writable
|
|
- name: initialize test.log file
|
|
copy: dest=/tmp/test.log content='' force=yes mode=0666
|
|
|
|
- name: execute tests
|
|
include: run_one_test.yml
|
|
with_items: "{{ tests }}"
|
|
loop_control:
|
|
loop_var: test
|