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: Ie7c1b7e6435b61df6be36746d43b8e48803770ae
This commit is contained in:
Dmitriy Rabotjagov 2019-05-17 12:05:13 +03:00
parent 542cbedb60
commit cd6016cf6f
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: "{{ monasca_agent_bin | dirname }}"
venv_install_distro_package_list: "{{ monasca_agent_distro_packages }}"