increase width of yaml config
parent
bc0cb0139f
commit
0eb99184b0
|
@ -84,7 +84,8 @@
|
||||||
|
|
||||||
- name: Copy mice config
|
- name: Copy mice config
|
||||||
copy:
|
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 }}"
|
dest: "{{ murmur_ice_config_path }}"
|
||||||
owner: root
|
owner: root
|
||||||
group: root
|
group: root
|
||||||
|
|
Loading…
Reference in New Issue