Merge "Fix ansible deprecation warnings"

This commit is contained in:
Zuul 2018-12-07 23:36:53 +00:00 committed by Gerrit Code Review
commit ed75e869a0
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@
state: "True"
- name: "need_db_contract"
state: "True"
when: (install_packages | changed) or
when: (install_packages is changed) or
(ansible_local is not defined) or
('openstack_ansible' not in ansible_local) or
('neutron' not in ansible_local['openstack_ansible']) or