Remove all uses of private in include_role

This option was never supported by ansible and will never be developed.
This change removes the option which will eventually lead to failures in
future versions of ansible.

Change-Id: I8dad86a57d211cf6c17e540991504c9eb7fb34fe
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
This commit is contained in:
Kevin Carter 2019-02-22 00:24:06 +00:00 committed by Kevin Carter (cloudnull)
parent 442d53a4d5
commit c5260b4d50
3 changed files with 0 additions and 3 deletions

View File

@ -16,7 +16,6 @@
- name: Run the rsyslog client role
include_role:
name: rsyslog_client
private: true
when:
- rsyslog_client_enabled | bool
tags:

View File

@ -184,7 +184,6 @@
- name: Generate venv for rabbitmq testing
include_role:
name: "python_venv_build"
private: yes
vars:
venv_install_destination_path: "{{ venv_path }}"
venv_pip_packages:

View File

@ -107,7 +107,6 @@
- name: Install the python venv
include_role:
name: "python_venv_build"
private: yes
vars:
venv_install_destination_path: "{{ utility_venv_bin | dirname }}"
venv_pip_install_args: >-