diff --git a/playbooks/common-tasks/rsyslog-client.yml b/playbooks/common-tasks/rsyslog-client.yml index 69a01eec5a..b52e1f8ba2 100644 --- a/playbooks/common-tasks/rsyslog-client.yml +++ b/playbooks/common-tasks/rsyslog-client.yml @@ -16,7 +16,6 @@ - name: Run the rsyslog client role include_role: name: rsyslog_client - private: true when: - rsyslog_client_enabled | bool tags: diff --git a/playbooks/healthcheck-infrastructure.yml b/playbooks/healthcheck-infrastructure.yml index 96c50c3416..242161e322 100644 --- a/playbooks/healthcheck-infrastructure.yml +++ b/playbooks/healthcheck-infrastructure.yml @@ -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: diff --git a/playbooks/utility-install.yml b/playbooks/utility-install.yml index 2c963876e6..e07d09973b 100644 --- a/playbooks/utility-install.yml +++ b/playbooks/utility-install.yml @@ -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: >-