From dd85f3feb6149b20b165ad6150bbe743d434f7a0 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Tue, 15 Jan 2019 21:26:02 +0100 Subject: Fix default host in ansible (127.0.0.1) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ief3656032a808a66fcb701272d5a4c3ecdca1427 Signed-off-by: Cédric Ollivier --- ansible/site.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit 1.2.3-korg