Merge "Fix horizon-config tag"

This commit is contained in:
Zuul 2020-04-26 13:44:38 +00:00 committed by Gerrit Code Review
commit cdfdea4cd1
2 changed files with 3 additions and 1 deletions

View File

@ -62,5 +62,5 @@
- Restart apache2
- name: Install horizon packages from PIP
include_tasks: horizon_install_source.yml
import_tasks: horizon_install_source.yml
when: horizon_install_method == 'source'

View File

@ -80,6 +80,8 @@
- name: Set python lib dir fact
set_fact:
horizon_lib_dir: "{{ _horizon_python_venv_details.files[0].path }}/dist-packages"
tags:
- horizon-config
- name: Create horizon link for venv
file: