matrix-docker-ansible-deploy/roles/matrix-bridge-mx-puppet-steam/tasks
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
..
init.yml fix: all praise the allmighty yamllinter 2022-02-05 21:32:54 +01:00
main.yml fix: all praise the allmighty yamllinter 2022-02-05 21:32:54 +01:00
setup_install.yml fix: avoid yaml being wrapped at column 80 via to_nice_yaml 2022-03-16 01:10:26 +00:00
setup_uninstall.yml fix: all praise the allmighty yamllinter 2022-02-05 21:32:54 +01:00
validate_config.yml Add support for automatic (Postgres -> SQLite) migration to mx-puppet-steam 2020-12-22 16:51:59 +02:00