677a2fc503
Details here: https://docs.ansible.com/ansible/devel/porting_guides/porting_guide_6.html#id36 Basically: ```yaml - name: Prior to 2.13 debug: msg: '[1] + {{ [2] }}' - name: 2.13 and forward debug: msg: '{{ [1] + [2] }}' ``` Interestingly, we had been using the new/safe syntax in lofs of places. We were using the broken one in many others though. Hopefully all instances were fixed by this patch. |
||
---|---|---|
.. | ||
ext | ||
goofys | ||
rust-synapse-compress-state | ||
synapse | ||
import_media_store.yml | ||
init.yml | ||
main.yml | ||
register_user.yml | ||
self_check_client_api.yml | ||
self_check_federation_api.yml | ||
setup_synapse.yml | ||
update_user_password.yml | ||
validate_config.yml |