diff options
Diffstat (limited to 'ansible/testrunner-config.yml')
-rw-r--r-- | ansible/testrunner-config.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ansible/testrunner-config.yml b/ansible/testrunner-config.yml index 0304883f1..e9cf497f6 100644 --- a/ansible/testrunner-config.yml +++ b/ansible/testrunner-config.yml @@ -1,12 +1,12 @@ --- - name: preparing and running tests # testing - hosts: all + # hosts: all # live - # hosts: TBD + hosts: tag_Name_test_runner # TODO use the right user for configuring, until credentials set, stay with default vagrant user - # remote_user: ubuntu + remote_user: ubuntu roles: - testrunner |