Browse Source

Add `noqa var-naming` to `matrix_client_fluffychat_config_defaultHomeserver`

Signed-off-by: Suguru Hirahara <did🔑z6MkvVZk1A3KBApWJXv2Ju4H14ErDfRGxh8zxdXSZ4vACDg5>
pull/5009/head
Suguru Hirahara 1 day ago
parent
commit
f9fa63fc7e
No known key found for this signature in database GPG Key ID: E4F9743DAB4B7B75
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      roles/custom/matrix-client-fluffychat/defaults/main.yml

+ 1
- 1
roles/custom/matrix-client-fluffychat/defaults/main.yml View File

@@ -151,7 +151,7 @@ matrix_client_fluffychat_path_prefix: /
matrix_client_fluffychat_self_check_validate_certificates: true matrix_client_fluffychat_self_check_validate_certificates: true


# Controls the default homeserver domain (not URL) used in the FluffyChat Web configuration. # Controls the default homeserver domain (not URL) used in the FluffyChat Web configuration.
matrix_client_fluffychat_config_defaultHomeserver: ~
matrix_client_fluffychat_config_defaultHomeserver: ~ # noqa var-naming


# matrix_client_fluffychat_restart_necessary controls whether the service # matrix_client_fluffychat_restart_necessary controls whether the service
# will be restarted (when true) or merely started (when false) by the # will be restarted (when true) or merely started (when false) by the


Loading…
Cancel
Save