From fa3127209c29d57cdbdf69f864528182f1948a1b Mon Sep 17 00:00:00 2001 From: Kevin Carter Date: Fri, 22 Feb 2019 00:39:45 +0000 Subject: [PATCH] Remove the private option from include_role The private option on include role was never implemented and will no longer be developed. This change removes the option so ansible no longer raises a deprecation warning. Change-Id: Ib35e88ae10e651917abc764430523ade3bc614c1 Signed-off-by: Kevin Carter --- tasks/horizon_install_source.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/tasks/horizon_install_source.yml b/tasks/horizon_install_source.yml index 9e82175d..2bae11ae 100644 --- a/tasks/horizon_install_source.yml +++ b/tasks/horizon_install_source.yml @@ -61,7 +61,6 @@ - name: Install the python venv include_role: name: "python_venv_build" - private: yes vars: venv_build_distro_package_list: "{{ horizon_devel_distro_packages }}" venv_install_destination_path: "{{ horizon_bin | dirname }}"