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: Idc55df4d70fb69721158e2b43f21d62ab1e49fee
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
This commit is contained in:
Kevin Carter 2019-02-22 00:39:51 +00:00 committed by Kevin Carter (cloudnull)
parent 8d815f9a91
commit babb87be66
2 changed files with 0 additions and 2 deletions

View File

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

View File

@ -34,7 +34,6 @@
- name: Run the systemd service role
include_role:
name: systemd_service
private: true
vars:
systemd_user_name: "{{ keystone_system_user_name }}"
systemd_group_name: "{{ keystone_system_group_name }}"