diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-01-15 21:26:02 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-01-15 21:26:02 +0100 |
commit | dd85f3feb6149b20b165ad6150bbe743d434f7a0 (patch) | |
tree | 90a90214d3c0e6a17ae966e09933a2422694629e /ansible | |
parent | 05807a01d3aeb8716bc277e8e6802bad7e5bb3fd (diff) |
Fix default host in ansible (127.0.0.1)
Change-Id: Ief3656032a808a66fcb701272d5a4c3ecdca1427
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'ansible')
-rw-r--r-- | ansible/site.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |