diff --git a/tasks/barbican_install_source.yml b/tasks/barbican_install_source.yml index 5ea03c9..afd08b6 100644 --- a/tasks/barbican_install_source.yml +++ b/tasks/barbican_install_source.yml @@ -37,7 +37,6 @@ - name: Install the python venv include_role: name: "python_venv_build" - private: yes vars: venv_build_distro_package_list: "{{ barbican_devel_distro_packages }}" venv_install_destination_path: "{{ barbican_bin | dirname }}" diff --git a/tasks/main.yml b/tasks/main.yml index c2f78b8..6bc59c1 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -56,7 +56,6 @@ - name: Run the systemd service role include_role: name: systemd_service - private: true vars: systemd_user_name: "{{ barbican_system_user_name }}" systemd_group_name: "{{ barbican_system_group_name }}"