11 lines
176 B
YAML
11 lines
176 B
YAML
- hosts: localhost
|
|
remote_user: root
|
|
roles:
|
|
- role: standard-test-basic
|
|
tags:
|
|
- classic
|
|
tests:
|
|
- basic:
|
|
dir: scripts
|
|
run: ./test-basic.sh
|