Skip to content

Commit

Permalink
fix(role/fireactions): Don't sort keys with to_nice_yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
konradasb committed Mar 13, 2024
1 parent 856aa73 commit 4d7f57f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/fireactions/templates/config.yaml.j2
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{{ ansible_managed | comment }}

{{ fireactions_config | to_nice_yaml(indent=2) }}
{{ fireactions_config | to_nice_yaml(indent=2, sort_keys=False) }}

0 comments on commit 4d7f57f

Please sign in to comment.