Merge "Fix order for restarts"

This commit is contained in:
Zuul 2018-10-09 11:38:21 +00:00 committed by Gerrit Code Review
commit a3dce325cb

View File

@ -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"