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

Remove from roles/custom/matrix-base

Signed-off-by: Suguru Hirahara <did🔑z6MkvVZk1A3KBApWJXv2Ju4H14ErDfRGxh8zxdXSZ4vACDg5>
pull/4913/head
Suguru Hirahara 1 месяц назад
Родитель
Сommit
dab4086a65
Не найден GPG ключ соответствующий данной подписи Идентификатор GPG ключа: E4F9743DAB4B7B75
2 измененных файлов: 2 добавлений и 2 удалений
  1. +1
    -1
      roles/custom/matrix-base/defaults/main.yml
  2. +1
    -1
      roles/custom/matrix-base/tasks/validate_config.yml

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

@@ -84,7 +84,7 @@ matrix_monitoring_container_network: matrix-monitoring
matrix_homeserver_enabled: true

# This will contain the homeserver implementation that is in use.
# Valid values: synapse, dendrite, conduit, conduwuit, continuwuity
# Valid values: synapse, dendrite, conduit, continuwuity
#
# By default, we use Synapse, because it's the only full-featured Matrix server at the moment.
#


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

@@ -13,7 +13,7 @@
- name: Fail if invalid homeserver implementation
ansible.builtin.fail:
msg: "You need to set a valid homeserver implementation in `matrix_homeserver_implementation`"
when: "matrix_homeserver_implementation not in ['synapse', 'dendrite', 'conduit', 'conduwuit', 'continuwuity']"
when: "matrix_homeserver_implementation not in ['synapse', 'dendrite', 'conduit', 'continuwuity']"

- name: (Deprecation) Catch and report renamed settings
ansible.builtin.fail:


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