diff --git a/tasks/glance_install.yml b/tasks/glance_install.yml index c468401c..a45f82dd 100644 --- a/tasks/glance_install.yml +++ b/tasks/glance_install.yml @@ -140,6 +140,10 @@ - name: Run the systemd service role include_role: name: systemd_service + apply: + tags: + - glance-config + - systemd-service vars: systemd_user_name: "{{ glance_system_user_name }}" systemd_group_name: "{{ glance_system_group_name }}"