Merge "Fix ansible deprecation warnings"
This commit is contained in:
commit
ed75e869a0
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user