diff --git a/tasks/glance_install.yml b/tasks/glance_install.yml index 9cd5a4d8..c018d367 100644 --- a/tasks/glance_install.yml +++ b/tasks/glance_install.yml @@ -107,7 +107,6 @@ - name: Run the systemd service role include_role: name: systemd_service - private: true vars: systemd_user_name: "{{ glance_system_user_name }}" systemd_group_name: "{{ glance_system_group_name }}" diff --git a/tasks/glance_install_source.yml b/tasks/glance_install_source.yml index 99e9795b..6ee1da22 100644 --- a/tasks/glance_install_source.yml +++ b/tasks/glance_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: "{{ glance_devel_distro_packages }}" venv_install_destination_path: "{{ glance_bin | dirname }}" diff --git a/tasks/glance_post_install.yml b/tasks/glance_post_install.yml index 8134f3b7..62a83347 100644 --- a/tasks/glance_post_install.yml +++ b/tasks/glance_post_install.yml @@ -81,7 +81,6 @@ - name: Run the systemd mount role include_role: name: systemd_mount - private: true vars: systemd_mounts: - config_overrides: "{{ mount_var.config_overrides | default({}) }}"