self-build consistency: add deprecation warnings

This commit is contained in:
rakshazi
2022-01-07 13:17:39 +02:00
parent d9dd524db3
commit c191bf54ca
6 changed files with 24 additions and 0 deletions

View File

@ -20,3 +20,5 @@
when: "item.old in vars"
with_items:
- {'old': 'matrix_mautrix_telegram_container_exposed_port_number', 'new': '<superseded by matrix_mautrix_telegram_container_http_host_bind_port>'}
- {'old': 'matrix_mautrix_telegram_container_self_build', 'new': 'matrix_mautrix_telegram_container_image_self_build'}
- {'old': 'matrix_telegram_lottieconverter_container_self_build', 'new': 'matrix_mautrix_telegram_container_image_self_build'}