diff --git a/tests/tests.yml b/tests/tests.yml new file mode 100644 index 0000000..7b5d566 --- /dev/null +++ b/tests/tests.yml @@ -0,0 +1,12 @@ +--- +- hosts: localhost + tags: + - classic + roles: + - role: standard-test-basic + required_packages: + - alex + tests: + - help: + run: alex --help +...