debops / ansible-ferm

Manage iptables firewall using ferm
GNU General Public License v3.0
32 stars 20 forks source link

Fix AttributeError in Python 3 #117

Closed syhe closed 6 years ago

syhe commented 6 years ago

Python 3 has no .iteritems(). This should not impact performance on Python 2 too heavily.

drybjed commented 6 years ago

Hello. Much more complete Python 3 support is available in the DebOps monorepo. I suggest that you switch to that version for the time being. I'm waiting for the Ansible Galaxy team to release new support for multiple roles in a git repository, after that the roles will be available as separate again.

syhe commented 6 years ago

Waiting for Ansible Galaxy update, as discussed in debops/ansible-core#30