diff options
author | Markos Chandras <mchandras@suse.de> | 2017-05-16 14:58:58 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-05-16 14:58:58 +0000 |
commit | 3de601e2194286afae4d44641508330032c6bded (patch) | |
tree | 4e0bacf6b68e85d383e799e58ac735e702e06c6b | |
parent | ff0d9ec6dce19b70ed58d8c0f8dbc77068cb04a0 (diff) | |
parent | 0d56d0a918fcd8a71773a155ba1d0c27c96b7c88 (diff) |
Merge "prototypes: xci: configure-localhost: Use 'connection: local'"
-rw-r--r-- | prototypes/xci/playbooks/configure-localhost.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/prototypes/xci/playbooks/configure-localhost.yml b/prototypes/xci/playbooks/configure-localhost.yml index 34b974cd1..e2024dd86 100644 --- a/prototypes/xci/playbooks/configure-localhost.yml +++ b/prototypes/xci/playbooks/configure-localhost.yml @@ -8,7 +8,7 @@ # http://www.apache.org/licenses/LICENSE-2.0 ############################################################################## - hosts: localhost - remote_user: root + connection: local vars_files: - ../var/{{ ansible_os_family }}.yml - ../var/opnfv.yml |