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: Ia62dd42dddde672eca1852e01f60818f4836f10c
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
This commit is contained in:
Kevin Carter 2019-02-22 00:40:05 +00:00
parent 9cf0c64a20
commit 3b22dd2b0b
1 changed files with 0 additions and 1 deletions

View File

@ -37,7 +37,6 @@
- name: Install the python venv
include_role:
name: "python_venv_build"
private: yes
vars:
venv_install_destination_path: "{{ rally_bin | dirname }}"
venv_install_distro_package_list: "{{ rally_distro_packages }}"