|
|
|
@@ -579,7 +579,7 @@ |
|
|
|
|
|
|
|
The following variables in your configuration need to be removed: {{ lookup('ansible.builtin.varnames', '^matrix_appservice_slack_.+', wantlist=True) | join(', ') }} |
|
|
|
|
|
|
|
Bridging to Slack can also happen via mautrix-slack, supported by the playbook. See `docs/configuring-playbook-bridge-mautrix-slack.md` for more information. |
|
|
|
You might probably wish to have a look at mautrix-slack, another bridge to Slack. Refer to `docs/configuring-playbook-bridge-mautrix-slack.md` for more information. |
|
|
|
when: "lookup('ansible.builtin.varnames', '^matrix_appservice_slack_.+', wantlist=True) | length > 0" |
|
|
|
|
|
|
|
- name: (Deprecation) Catch and report matrix-appservice-webhooks variables |
|
|
|
|