Explorar el Código

Use 2 spaces before #noqa var-naming

pull/3543/head
Slavi Pantaleev hace 1 año
committed by GitHub
padre
commit
45174eb71f
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: B5690EEEBB952194
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. +3
    -3
      roles/custom/matrix-synapse-admin/defaults/main.yml

+ 3
- 3
roles/custom/matrix-synapse-admin/defaults/main.yml Ver fichero

@@ -180,17 +180,17 @@ matrix_synapse_admin_config_restrictBaseUrl: "{{ [matrix_homeserver_url] }}" #
# You should use JS regex syntax to match the user IDs. # You should use JS regex syntax to match the user IDs.
# Example for mautrix-telegram: ["^@telegram_[a-zA-Z0-9]+:example\\.com$"] # Example for mautrix-telegram: ["^@telegram_[a-zA-Z0-9]+:example\\.com$"]
# WARNING: you want to use matrix_synapse_admin_config_asManagedUsers_custom instead of this variable. # WARNING: you want to use matrix_synapse_admin_config_asManagedUsers_custom instead of this variable.
matrix_synapse_admin_config_asManagedUsers_auto: [] # noqa var-naming
matrix_synapse_admin_config_asManagedUsers_auto: [] # noqa var-naming


# Controls the asManagedUsers configuration setting (managed per host), which, if defined, # Controls the asManagedUsers configuration setting (managed per host), which, if defined,
# restricts modifications of the specified users (e.g., bridge-managed). # restricts modifications of the specified users (e.g., bridge-managed).
# You should use JS regex syntax to match the user IDs. # You should use JS regex syntax to match the user IDs.
# Example for mautrix-telegram: ["^@telegram_[a-zA-Z0-9]+:example\\.com$"] # Example for mautrix-telegram: ["^@telegram_[a-zA-Z0-9]+:example\\.com$"]
matrix_synapse_admin_config_asManagedUsers_custom: [] # noqa var-naming
matrix_synapse_admin_config_asManagedUsers_custom: [] # noqa var-naming


# Controls the asManagedUsers configuration setting, which, if defined, # Controls the asManagedUsers configuration setting, which, if defined,
# restricts modifications of the specified users (e.g., bridge-managed). # restricts modifications of the specified users (e.g., bridge-managed).
# You should use JS regex syntax to match the user IDs. # You should use JS regex syntax to match the user IDs.
# Example for mautrix-telegram: ["^@telegram_[a-zA-Z0-9]+:example\\.com$"] # Example for mautrix-telegram: ["^@telegram_[a-zA-Z0-9]+:example\\.com$"]
# WARNING: you want to use matrix_synapse_admin_config_asManagedUsers_custom instead of this variable. # WARNING: you want to use matrix_synapse_admin_config_asManagedUsers_custom instead of this variable.
matrix_synapse_admin_config_asManagedUsers: "{{ matrix_synapse_admin_config_asManagedUsers_auto + matrix_synapse_admin_config_asManagedUsers_custom }}" # noqa var-naming
matrix_synapse_admin_config_asManagedUsers: "{{ matrix_synapse_admin_config_asManagedUsers_auto + matrix_synapse_admin_config_asManagedUsers_custom }}" # noqa var-naming

Cargando…
Cancelar
Guardar