Merge "Remove all uses of private in include_role"
This commit is contained in:
commit
9ac33d7cfc
@ -16,7 +16,6 @@
|
||||
- name: Run the rsyslog client role
|
||||
include_role:
|
||||
name: rsyslog_client
|
||||
private: true
|
||||
when:
|
||||
- rsyslog_client_enabled | bool
|
||||
tags:
|
||||
|
@ -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:
|
||||
|
@ -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: >-
|
||||
|
Loading…
x
Reference in New Issue
Block a user