diff --git a/tests/tests.yaml b/tests/tests.yaml new file mode 100644 index 0000000..2bb46c3 --- /dev/null +++ b/tests/tests.yaml @@ -0,0 +1,11 @@ +--- +- hosts: localhost + gather_facts: yes + tags: + - classic + + tasks: + # This is only used as part of rpm-ostree which has extensive tests + # and there is no point to testing it separately. + - name: true + shell: true