Skip to content

Commit

Permalink
fix(traefik): avoid sorting the yaml keys of the provider config
Browse files Browse the repository at this point in the history
  • Loading branch information
karras committed Dec 9, 2023
1 parent 34a9e08 commit 371a838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/traefik/templates/etc/traefik/provider.yml.j2
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# {{ ansible_managed }}

{{ traefik_provider | ansible.builtin.to_nice_yaml(indent=2) }}
{{ traefik_provider | ansible.builtin.to_nice_yaml(indent=2, sort_keys=false) }}

0 comments on commit 371a838

Please sign in to comment.