Просмотр исходного кода

Remove matrix_docker_network references from matrix-bridge-hookshot

pull/3093/head
Slavi Pantaleev 2 лет назад
Родитель
Сommit
23845c1d24
2 измененных файлов: 3 добавлений и 2 удалений
  1. +1
    -1
      roles/custom/matrix-bridge-hookshot/defaults/main.yml
  2. +2
    -1
      roles/custom/matrix-bridge-hookshot/tasks/validate_config.yml

+ 1
- 1
roles/custom/matrix-bridge-hookshot/defaults/main.yml Просмотреть файл

@@ -225,7 +225,7 @@ matrix_hookshot_permissions: []
matrix_hookshot_bot_displayname: Hookshot Bot
matrix_hookshot_bot_avatar: 'mxc://half-shot.uk/2876e89ccade4cb615e210c458e2a7a6883fe17d'

matrix_hookshot_container_network: "{{ matrix_docker_network }}"
matrix_hookshot_container_network: ""

# A list of extra arguments to pass to the container
matrix_hookshot_container_extra_arguments: []


+ 2
- 1
roles/custom/matrix-bridge-hookshot/tasks/validate_config.yml Просмотреть файл

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


Загрузка…
Отмена
Сохранить