From 45a9538013865453ddec4a14277c7443432c7f64 Mon Sep 17 00:00:00 2001 From: Kevin Carter Date: Fri, 22 Feb 2019 00:40:07 +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: Ifb39c4b7daf1b781bfd894cd426c9e21451b9390 Signed-off-by: Kevin Carter --- tasks/sahara_install.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/tasks/sahara_install.yml b/tasks/sahara_install.yml index b03143c..ebb7703 100644 --- a/tasks/sahara_install.yml +++ b/tasks/sahara_install.yml @@ -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 }}"