Skip to content

Commit

Permalink
Merge branch 'le9i0nx-fix_sort'
Browse files Browse the repository at this point in the history
  • Loading branch information
drybjed committed May 31, 2016
2 parents 87c213f + 2933fd5 commit 02ff3f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/etc/samba/smb.conf.j2
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# {{ ansible_managed }}
{% macro print_hash(hash) %}
{% for key, value in hash.iteritems() %}
{% for key, value in hash|dictsort %}
{{ "%-30s" | format(key) | replace("_"," ") }} = {{ value }}
{% endfor %}
{% endmacro %}
Expand Down

0 comments on commit 02ff3f2

Please sign in to comment.