airflow-role
airflow-role copied to clipboard
Fix iterator to be compatible with python3
Description of the Change
iteritems
was replaced by items while migrating from python2 to python3.
Benefits
Fix the usage of the airflow_admin_connections
variable when running ansible with python3.
Possible Drawbacks
It may stop working with python2 (that has already reached EOL anyway).