Merge "Fix ansible deprecation warnings"

This commit is contained in:
Zuul 2018-12-12 17:41:40 +00:00 committed by Gerrit Code Review
commit 72685cb352
1 changed files with 1 additions and 1 deletions

View File

@ -84,6 +84,6 @@
- "need_online_data_migrations"
- "need_service_restart"
when:
(install_packages | changed) or
(install_packages is changed) or
('need_online_data_migrations' not in ansible_local['openstack_ansible']['cinder']) or
('need_service_restart' not in ansible_local['openstack_ansible']['cinder'])