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 <kevin.carter@rackspace.com>
This commit is contained in:
parent
554c6bd1fe
commit
fa3127209c
@ -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 }}"
|
||||
|
Loading…
Reference in New Issue
Block a user