diff --git a/tasks/aodh_install_source.yml b/tasks/aodh_install_source.yml index c293b8b..c8e33ce 100644 --- a/tasks/aodh_install_source.yml +++ b/tasks/aodh_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: "{{ aodh_devel_distro_packages }}" venv_install_destination_path: "{{ aodh_bin | dirname }}" diff --git a/tasks/main.yml b/tasks/main.yml index 84ed10d..57e150f 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -62,7 +62,6 @@ - name: Run the systemd service role include_role: name: systemd_service - private: true vars: systemd_user_name: "{{ aodh_system_user_name }}" systemd_group_name: "{{ aodh_system_group_name }}"