diff options
Diffstat (limited to 'tests/files/ansible/testrunner-config.yml')
-rwxr-xr-x | tests/files/ansible/testrunner-config.yml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/files/ansible/testrunner-config.yml b/tests/files/ansible/testrunner-config.yml deleted file mode 100755 index e9cf497f6..000000000 --- a/tests/files/ansible/testrunner-config.yml +++ /dev/null @@ -1,12 +0,0 @@ ---- -- name: preparing and running tests - # testing - # hosts: all - # live - hosts: tag_Name_test_runner - - # TODO use the right user for configuring, until credentials set, stay with default vagrant user - remote_user: ubuntu - - roles: - - testrunner |