14 lines
211 B
YAML
14 lines
211 B
YAML
---
|
|
- hosts: localhost
|
|
roles:
|
|
# Running these tests does not require the sources
|
|
- role: standard-test-basic
|
|
tags:
|
|
- atomic
|
|
- classic
|
|
tests:
|
|
- test:
|
|
dir: .
|
|
run: run.sh
|
|
|