From cd6016cf6f83398361614636c1b8d82801aeb98d Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotjagov Date: Fri, 17 May 2019 12:05:13 +0300 Subject: [PATCH] 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 --- tasks/monasca_agent_install.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/tasks/monasca_agent_install.yml b/tasks/monasca_agent_install.yml index 09a9e53..34808e6 100644 --- a/tasks/monasca_agent_install.yml +++ b/tasks/monasca_agent_install.yml @@ -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 }}"