diff options
author | Volodymyr Mytnyk <volodymyrx.mytnyk@intel.com> | 2018-12-12 14:34:59 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-12-12 14:34:59 +0000 |
commit | 2809cb6adfbfe5e87cf78eb562149f37498477e0 (patch) | |
tree | e20dcafe8e90ba646b8cd25b9d7a0088e4af9825 /ansible/roles/install_yardstick/tasks/main.yml | |
parent | edb66ef37f9d89a783f3eda15d82d6fcebd7598e (diff) | |
parent | 85644d1a6d5e6af361367321b7805d69c7e7f26e (diff) |
Merge "Modify install.yaml to support Ubuntu 18"
Diffstat (limited to 'ansible/roles/install_yardstick/tasks/main.yml')
-rw-r--r-- | ansible/roles/install_yardstick/tasks/main.yml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/ansible/roles/install_yardstick/tasks/main.yml b/ansible/roles/install_yardstick/tasks/main.yml index 203acc3e5..f93f8eec3 100644 --- a/ansible/roles/install_yardstick/tasks/main.yml +++ b/ansible/roles/install_yardstick/tasks/main.yml @@ -29,14 +29,6 @@ scope: global value: False -# There is a bug with the easy install ansible module in suse linux. -# Until this is fixed the shell command must be used -- name: Install pip - shell: easy_install -U pip -# easy_install: -# name: pip -# state: latest - - name: Install Yardstick requirements (venv) pip: requirements: "{{ yardstick_dir }}/requirements.txt" |