Merge "Remove the private option from include_role"

This commit is contained in:
Zuul 2019-03-20 05:16:36 +00:00 committed by Gerrit Code Review
commit 54efce28bd
1 changed files with 0 additions and 1 deletions

View File

@ -36,7 +36,6 @@
- name: Install the python venv
include_role:
name: "python_venv_build"
private: yes
vars:
venv_install_destination_path: "{{ sahara_bin | dirname }}"
venv_install_distro_package_list: "{{ sahara_distro_packages }}"