diff --git a/playbooks/os-cinder-install.yml b/playbooks/os-cinder-install.yml index a1c23a2456..d4daafbb7c 100644 --- a/playbooks/os-cinder-install.yml +++ b/playbooks/os-cinder-install.yml @@ -112,8 +112,8 @@ service_fact: "cinder" with_items: - "cinder-scheduler" - - "cinder-backup" - "cinder-volume" + - "cinder-backup" when: - "cinder_all_software_updated | bool" - "ansible_local['openstack_ansible']['cinder']['need_service_restart'] | bool"