11 lines
176 B
YAML
11 lines
176 B
YAML
|
# Tests for Libteam
|
||
|
- hosts: localhost
|
||
|
roles:
|
||
|
- role: standard-test-basic
|
||
|
tags:
|
||
|
- classic
|
||
|
tests:
|
||
|
- sanity-tests:
|
||
|
dir: basic
|
||
|
run: sh test.sh
|