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