|
|
|
@@ -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: |
|
|
|
|