Drop private argument for include/import role

Since ansible 2.8 dropped private argument is not supported anymore:
https://github.com/ansible/ansible/issues/45038

Change-Id: Ia2793f92359f386c92dde8b25cc380fcf7460633
This commit is contained in:
Dmitriy Rabotjagov 2019-05-17 12:04:20 +03:00
parent 4d60df58c6
commit 4d25ba8e6e
1 changed files with 0 additions and 1 deletions

View File

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