Skip to content

Commit

Permalink
chore: Set default_style on to_nice_yaml filter
Browse files Browse the repository at this point in the history
* To output a more readable config files

Signed-off-by: Mahendra Paipuri <[email protected]>
  • Loading branch information
mahendrapaipuri committed Apr 4, 2024
1 parent 398db21 commit e6c309a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/ceems_api_server/tasks/configure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
#
---
{{ item.value | to_nice_yaml }}
{{ item.value | to_nice_yaml(indent=2, default_style='|') }}
when: ceems_api_server_extra_configs | length > 0
loop: "{{ ceems_api_server_extra_configs | dict2items }}"
notify: restart ceems_api_server
Expand Down

0 comments on commit e6c309a

Please sign in to comment.