450d75ce78
'run: run_tests.sh' -> run: ./run_tests.sh'
16 lines
228 B
YAML
16 lines
228 B
YAML
---
|
|
|
|
- hosts: localhost
|
|
roles:
|
|
- role: standard-test-basic
|
|
tags:
|
|
- classic
|
|
|
|
required_packages:
|
|
- fedpkg
|
|
|
|
tests:
|
|
- simple:
|
|
dir: scripts/
|
|
run: ./run_tests.sh
|