summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToshio Kuratomi <a.badger@gmail.com>2015-09-03 00:14:55 -0700
committerToshio Kuratomi <a.badger@gmail.com>2015-09-03 00:14:55 -0700
commit7f0cd14e0f9ee734f0d68d804bac4e9700e35e39 (patch)
treece42b6113526747ed5c82581885c39c0a1a1dc95
parent364313c01f9cb94cdabffe694ca05d6cde16a9ed (diff)
parent38a96d7e8fefb00e8cbccb12908fcf666b1e8378 (diff)
downloadansible-7f0cd14e0f9ee734f0d68d804bac4e9700e35e39.tar.gz
Merge pull request #12230 from mgedmin/py3k
Python 3: avoid iteritems() in a template
-rw-r--r--lib/ansible/galaxy/data/metadata_template.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ansible/galaxy/data/metadata_template.j2 b/lib/ansible/galaxy/data/metadata_template.j2
index c6b6fd9dbd..9b4e922ff4 100644
--- a/lib/ansible/galaxy/data/metadata_template.j2
+++ b/lib/ansible/galaxy/data/metadata_template.j2
@@ -20,7 +20,7 @@ galaxy_info:
# platform on this list, let us know and we'll get it added!
#
#platforms:
- {%- for platform,versions in platforms.iteritems() %}
+ {%- for platform,versions in platforms.items() %}
#- name: {{ platform }}
# versions:
# - all