Merge "Fix ansible deprecation warnings"

This commit is contained in:
Zuul 2018-12-21 14:03:23 +00:00 committed by Gerrit Code Review
commit 6907593472
2 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@
{% endif -%}
{% endfor -%}
{{ _var }}
when: not credential_key_list | skipped
when: not credential_key_list is skipped
- name: Collect the existing keys from containers
slurp:

View File

@ -136,7 +136,7 @@
state: "True"
- name: "install_method"
state: "{{ keystone_install_method }}"
when: (install_packages | changed) or
when: (install_packages is changed) or
(ansible_local is not defined) or
('openstack_ansible' not in ansible_local) or
('keystone' not in ansible_local['openstack_ansible']) or