Merge "Fix cinder playbook undefined variable"

This commit is contained in:
Zuul 2019-10-13 20:39:45 +00:00 committed by Gerrit Code Review
commit 02d7e68efa

View File

@ -115,6 +115,7 @@
- { name: "cinder-volume", action: "reloaded" }
- { name: "cinder-backup", action: "reloaded" }
when:
- "cinder_all_software_updated is defined"
- "cinder_all_software_updated | bool"
- "ansible_local['openstack_ansible']['cinder']['need_service_restart'] | bool"