increase width of yaml config
parent
bc0cb0139f
commit
0eb99184b0
|
@ -84,7 +84,8 @@
|
|||
|
||||
- name: Copy mice config
|
||||
copy:
|
||||
content: "{{ murmur_channels | to_nice_yaml(indent=2) }}"
|
||||
# See https://docs.ansible.com/ansible/latest/user_guide/playbooks_filters.html#formatting-data-yaml-and-json
|
||||
content: "{{ murmur_channels | to_nice_yaml(indent=2, width=10000) }}"
|
||||
dest: "{{ murmur_ice_config_path }}"
|
||||
owner: root
|
||||
group: root
|
||||
|
|
Loading…
Reference in New Issue