From: Cédric Ollivier Date: Tue, 15 Jan 2019 20:26:02 +0000 (+0100) Subject: Fix default host in ansible (127.0.0.1) X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F19%2F66419%2F1;p=functest-xtesting.git Fix default host in ansible (127.0.0.1) Change-Id: Ief3656032a808a66fcb701272d5a4c3ecdca1427 Signed-off-by: Cédric Ollivier (cherry picked from commit dd85f3feb6149b20b165ad6150bbe743d434f7a0) --- diff --git a/ansible/site.yml b/ansible/site.yml index 41f4b810..f4aefdb5 100644 --- a/ansible/site.yml +++ b/ansible/site.yml @@ -1,5 +1,5 @@ --- -- hosts: opnfv +- hosts: 127.0.0.1 roles: - role: collivier.xtesting docker_tags: