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/install.yaml | |
parent | edb66ef37f9d89a783f3eda15d82d6fcebd7598e (diff) | |
parent | 85644d1a6d5e6af361367321b7805d69c7e7f26e (diff) |
Merge "Modify install.yaml to support Ubuntu 18"
Diffstat (limited to 'ansible/install.yaml')
-rw-r--r-- | ansible/install.yaml | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/ansible/install.yaml b/ansible/install.yaml index 01478fb12..084cdcef3 100644 --- a/ansible/install.yaml +++ b/ansible/install.yaml @@ -21,7 +21,7 @@ pre_tasks: - - name: Create NSB binaries directory, accesible to any user + - name: Create NSB binaries directory, accessible to any user file: path: "{{ nsb_dir }}" state: directory @@ -31,8 +31,8 @@ - installation_mode != inst_mode_container_pull roles: - - { role: add_repos_jumphost, when: installation_mode != inst_mode_container_pull } - - { role: install_dependencies_jumphost, when: installation_mode != inst_mode_container_pull } + - add_repos_jumphost + - install_dependencies_jumphost - { role: install_yardstick, when: installation_mode != inst_mode_container_pull } - { role: configure_uwsgi, when: installation_mode != inst_mode_container_pull } - { role: configure_nginx, when: installation_mode != inst_mode_container_pull } @@ -142,10 +142,6 @@ tasks: - include_role: - name: install_dependencies_jumphost - when: installation_mode == inst_mode_container_pull - - - include_role: name: docker when: installation_mode == inst_mode_container_pull |