ansible-role-elasticsearch/tasks/xpack
Julien Mailleret 5b1d028bd2
fix ''dict object has no attribute dict_keys" issue with python3 (#578)
In Python2, the dict.keys(), dict.values(), and dict.items() methods returns a list. Jinja2 returns that to Ansible via a string representation that Ansible can turn back into a list. In Python3, those methods return a dictionary view object.
resource: https://docs.ansible.com/ansible/2.4/playbooks_python_version.html#dictionary-views
2019-06-07 15:54:10 +02:00
..
security fix ''dict object has no attribute dict_keys" issue with python3 (#578) 2019-06-07 15:54:10 +02:00
elasticsearch-xpack-install.yml Remove multi instances support (#566) 2019-06-03 14:18:09 +02:00
elasticsearch-xpack.yml Remove multi instances support (#566) 2019-06-03 14:18:09 +02:00