diff --git a/tasks/keystone_install_source.yml b/tasks/keystone_install_source.yml index 53c573ba..5f6f091e 100644 --- a/tasks/keystone_install_source.yml +++ b/tasks/keystone_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: "{{ keystone_devel_distro_packages }}" venv_install_destination_path: "{{ keystone_bin | dirname }}" diff --git a/tasks/keystone_uwsgi.yml b/tasks/keystone_uwsgi.yml index 7435d561..02480dbb 100644 --- a/tasks/keystone_uwsgi.yml +++ b/tasks/keystone_uwsgi.yml @@ -34,7 +34,6 @@ - name: Run the systemd service role include_role: name: systemd_service - private: true vars: systemd_user_name: "{{ keystone_system_user_name }}" systemd_group_name: "{{ keystone_system_group_name }}"