mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
Merge pull request #12230 from mgedmin/py3k
Python 3: avoid iteritems() in a template
This commit is contained in:
@@ -20,7 +20,7 @@ galaxy_info:
|
|||||||
# platform on this list, let us know and we'll get it added!
|
# platform on this list, let us know and we'll get it added!
|
||||||
#
|
#
|
||||||
#platforms:
|
#platforms:
|
||||||
{%- for platform,versions in platforms.iteritems() %}
|
{%- for platform,versions in platforms.items() %}
|
||||||
#- name: {{ platform }}
|
#- name: {{ platform }}
|
||||||
# versions:
|
# versions:
|
||||||
# - all
|
# - all
|
||||||
|
|||||||
Reference in New Issue
Block a user