diff options
author | obscuren <geffobscura@gmail.com> | 2015-01-22 07:37:58 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2015-01-22 07:37:58 +0800 |
commit | 4df2e1ef5c20ebd7004a595de7e6a032699106ad (patch) | |
tree | 9b9f06036d2d0fa7771f69aaf29c011628346816 /tests/files/ansible/site.yml | |
parent | 67f9783e6a0fa5613a031e05549b92adbee57399 (diff) | |
download | go-tangerine-4df2e1ef5c20ebd7004a595de7e6a032699106ad.tar.gz go-tangerine-4df2e1ef5c20ebd7004a595de7e6a032699106ad.tar.zst go-tangerine-4df2e1ef5c20ebd7004a595de7e6a032699106ad.zip |
updated tests
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 |