diff options
author | Emma Foley <emma.l.foley@intel.com> | 2018-06-14 14:50:01 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-06-14 14:50:01 +0000 |
commit | 008e77b99f31dafa124c6a34724969ef16d5ef7a (patch) | |
tree | 7fb403a0a752ac1e16aafb3d7e971ad2f7d03eb8 /ansible/roles/install_yardstick | |
parent | 9b22f5b23050a0be67f8237e4d0b412f58b43472 (diff) | |
parent | 86be172a9427a4ecee5666e9660ce37c006abe1b (diff) |
Merge "Install dependencies: bare-metal, standalone"
Diffstat (limited to 'ansible/roles/install_yardstick')
-rw-r--r-- | ansible/roles/install_yardstick/tasks/regular_install.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ansible/roles/install_yardstick/tasks/regular_install.yml b/ansible/roles/install_yardstick/tasks/regular_install.yml index 4a9925ab4..cd0e86fb9 100644 --- a/ansible/roles/install_yardstick/tasks/regular_install.yml +++ b/ansible/roles/install_yardstick/tasks/regular_install.yml @@ -18,5 +18,6 @@ - name: Install Yardstick code pip: - name: "{{ yardstick_dir }}/." + name: "." extra_args: -e + chdir: "{{ yardstick_dir }}/" |