diff options
author | Victor Morales <victor.morales@intel.com> | 2018-12-07 18:29:04 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-12-07 18:29:04 +0000 |
commit | 8485e82b9c447024ae0eca1899fde5bffafc9f41 (patch) | |
tree | b10a2f9b69c24fe9b7c27c49430eba0ec1c71b8b /vagrant/playbooks/configure-istio.yml | |
parent | d0a939c51e813a32a0a6ba66dfd4572dded3de27 (diff) | |
parent | 830141329068683777ffcb0abb36415168c2ac20 (diff) |
Merge "Enable downloading binaries and containers"
Diffstat (limited to 'vagrant/playbooks/configure-istio.yml')
-rw-r--r-- | vagrant/playbooks/configure-istio.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vagrant/playbooks/configure-istio.yml b/vagrant/playbooks/configure-istio.yml index e6a138e7..2bd4e853 100644 --- a/vagrant/playbooks/configure-istio.yml +++ b/vagrant/playbooks/configure-istio.yml @@ -9,7 +9,6 @@ ############################################################################## - hosts: localhost - become: yes pre_tasks: - name: Load krd variables include_vars: @@ -36,6 +35,7 @@ dest: "{{ istio_dest }}" remote_src: yes - name: copy istioctl binary to usr/local/bin folder + become: yes command: "mv {{ istio_dest }}/istio-{{ istio_version }}/bin/istioctl /usr/local/bin/" when: istio_source_type == "tarball" - name: create network objects |