matrix-docker-ansible-deploy/roles/matrix-bridge-mx-puppet-discord
Jim Myhrberg eeca3c8dca
fix: avoid yaml being wrapped at column 80 via to_nice_yaml
The `to_nice_yaml` helper will by default wrap any string YAML values on
the first space after column 80. This can in worst case yield invalid
YAML syntax. More details in Ansible's documentation here:

https://docs.ansible.com/ansible/latest/user_guide/playbooks_filters.html#formatting-data-yaml-and-json

In short, you need to explicitly provide a custom width argument of a
high number of some kind to avoid the line wrapping.
2022-03-16 01:10:26 +00:00
..
defaults Fix mx-puppet-discord container image repository URL 2022-03-10 20:14:59 +02:00
tasks fix: avoid yaml being wrapped at column 80 via to_nice_yaml 2022-03-16 01:10:26 +00:00
templates Replace ExecStopPost with ExecStop 2022-02-05 12:13:36 +02:00