diff --git a/playbooks/os-glance-install.yml b/playbooks/os-glance-install.yml index 160a5a1b9c..f4980a131f 100644 --- a/playbooks/os-glance-install.yml +++ b/playbooks/os-glance-install.yml @@ -145,6 +145,7 @@ vars: service_name: "glance-api" service_action: "restarted" + service_fact: "glance" when: - "glance_all_software_updated | bool" - "ansible_local['openstack_ansible']['glance']['need_service_restart'] | bool"