Remove matrix_docker_network references from matrix-bridge-hookshot

This commit is contained in:
Slavi Pantaleev
2024-01-13 17:13:29 +02:00
parent c86cff2708
commit 23845c1d24
2 changed files with 3 additions and 2 deletions

View File

@ -30,7 +30,7 @@
- {'old': 'matrix_hookshot_gitlab_secret', 'new': 'matrix_hookshot_gitlab_webhook_secret'}
- {'old': 'matrix_hookshot_ident', 'new': 'matrix_hookshot_identifier'}
- name: Fail if required settings not defined
- name: Fail if required Hookshot settings not defined
ansible.builtin.fail:
msg: >-
You need to define a required configuration setting (`{{ item }}`).
@ -39,6 +39,7 @@
- "matrix_hookshot_appservice_token"
- "matrix_hookshot_homeserver_address"
- "matrix_hookshot_homeserver_token"
- "matrix_hookshot_container_network"
- name: Fail if required GitHub settings not defined
ansible.builtin.fail: