Rename "matrix_synapse_auto_compressor_calendar" to "matrix_synapse_auto_compressor_schedule" for consistency
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
This commit is contained in:
@ -1,4 +1,13 @@
|
||||
---
|
||||
- name: (Deprecation) Catch and report renamed settings
|
||||
ansible.builtin.fail:
|
||||
msg: >-
|
||||
Your configuration contains a variable, which now has a different name.
|
||||
Please change your configuration to rename the variable (`{{ item.old }}` -> `{{ item.new }}`).
|
||||
when: "item.old in vars"
|
||||
with_items:
|
||||
- "old": "matrix_synapse_auto_compressor_calendar"
|
||||
"new": "matrix_synapse_auto_compressor_schedule"
|
||||
|
||||
- name: Fail if required matrix-synapse-auto-compressor settings not defined
|
||||
ansible.builtin.fail:
|
||||
|
Reference in New Issue
Block a user