increase width of yaml config

master
HgO 2020-12-26 11:04:38 +01:00
parent bc0cb0139f
commit 0eb99184b0
1 changed files with 2 additions and 1 deletions

View File

@ -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