diff options
Diffstat (limited to 'tests/files/ansible/site.yml')
-rw-r--r-- | tests/files/ansible/site.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/files/ansible/site.yml b/tests/files/ansible/site.yml new file mode 100644 index 000000000..cc04daa94 --- /dev/null +++ b/tests/files/ansible/site.yml @@ -0,0 +1,3 @@ +--- +- include: host-config.yml +- include: testrunner-config.yml |