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%2F15%2F66415%2F1;p=functest-xtesting.git Fix default host in ansible (127.0.0.1) Change-Id: Ief3656032a808a66fcb701272d5a4c3ecdca1427 Signed-off-by: Cédric Ollivier --- diff --git a/ansible/site.yml b/ansible/site.yml index ad13f6f1..4c1f495e 100644 --- a/ansible/site.yml +++ b/ansible/site.yml @@ -1,4 +1,4 @@ --- -- hosts: opnfv +- hosts: 127.0.0.1 roles: - collivier.xtesting