7e4f4a96fc
The iteritems() dictionary's method has been removed in Python3. Using this method in Jinja2 templates limits the execution to Python2 which will be deprecated in 2020[1]. This change replaces that method for the items() method as it's suggested in the official website[2]. [1] https://pythonclock.org/ [2] https://docs.ansible.com/ansible/latest/user_guide/playbooks_python_version.html#dict-iteritems |
||
---|---|---|
.. | ||
ansible | ||
cloud_controller/oci | ||
cluster_roles | ||
container_engine_accelerator | ||
external_provisioner | ||
helm | ||
ingress_controller | ||
meta | ||
metrics_server | ||
network_plugin | ||
persistent_volumes | ||
policy_controller | ||
registry | ||
rotate_tokens/tasks |