Add warning about matrix_ma1sd_default_port being renamed

Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/1403
master
Slavi Pantaleev 3 years ago
parent b4fb819481
commit 75cb4ce3b0

@ -57,6 +57,7 @@
with_items:
- {'old': 'matrix_ma1sd_container_expose_port', 'new': '<superseded by matrix_ma1sd_container_http_host_bind_port>'}
- {'old': 'matrix_ma1sd_threepid_medium_email_custom_unbind_fraudulent_template', 'new': 'matrix_ma1sd_threepid_medium_email_custom_session_unbind_notification_template'}
- {'old': 'matrix_ma1sd_default_port', 'new': 'matrix_ma1sd_container_port'}
- name: (Deprecation) Catch and report mxisd variables
fail:

Loading…
Cancel
Save