Icinga / ansible-playbooks

Ansible Playbook for Icinga 2
GNU General Public License v2.0
225 stars 122 forks source link

Changes 'iteritems()' to 'items() | list' (python3 support) #97

Closed m3gg3r closed 5 years ago

m3gg3r commented 5 years ago

because it is supported by python2 and python3

With this change it should be possible to use python2 or python3 for this playbooks. Python3 does not have 'iteritems()' anymore