alex/tests/tests.yml
2019-12-15 17:21:28 +08:00

12 lines
168 B
YAML

---
- hosts: localhost
tags:
- classic
roles:
- role: standard-test-basic
required_packages:
- alex
tests:
- help:
run: alex --help
...