From 6fecb150d6f2bb36d3f1b7b9095cac428df2ce5a Mon Sep 17 00:00:00 2001 From: obscuren Date: Mon, 2 Feb 2015 19:55:38 -0800 Subject: Updated tests --- tests/files/ansible/host-config.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'tests/files/ansible/host-config.yml') diff --git a/tests/files/ansible/host-config.yml b/tests/files/ansible/host-config.yml index 571cc141e..c4c8e6eb9 100644 --- a/tests/files/ansible/host-config.yml +++ b/tests/files/ansible/host-config.yml @@ -1,8 +1,10 @@ --- - name: Provision the operation system for tests # testing - hosts: all + # hosts: all # live - # hosts: TDB + hosts: tag_Name_test_runner + remote_user: ubuntu roles: - - common + - docker + - common -- cgit v1.2.3