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: Ia682b9fdeef6d29546c5996bd7bf2978ae6f0ef3
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
This commit is contained in:
Kevin Carter
2019年02月22日 00:40:17 +00:00
parent b58811d7da
commit 8a7b586848

View File

@@ -56,7 +56,6 @@
- name:Run the systemd service role
include_role:
name:systemd_service
private:true
vars:
systemd_user_name:"{{ trove_system_user_name }}"
systemd_group_name:"{{ trove_system_group_name }}"

View File

@@ -41,7 +41,6 @@
- name:Install the python venv
include_role:
name:"python_venv_build"
private:yes
vars:
venv_install_destination_path:"{{ trove_bin | dirname }}"
venv_install_distro_package_list:"{{ trove_distro_packages }}"
Reference in New Issue
openstack/openstack-ansible-os_trove
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.