Fix some ansible-lint-reported errors

This commit is contained in:
Slavi Pantaleev
2022-11-02 07:00:45 +02:00
parent e531b7aefd
commit 8a609e5cf2
4 changed files with 7 additions and 7 deletions

View File

@ -129,8 +129,8 @@ matrix_hookshot_generic_user_id_prefix: '_webhooks_'
matrix_hookshot_feeds_enabled: true
matrix_hookshot_feeds_pollIntervalSeconds: 600
matrix_hookshot_feeds_pollTimeoutSeconds: 10
matrix_hookshot_feeds_pollIntervalSeconds: 600 # no-qa var-naming
matrix_hookshot_feeds_pollTimeoutSeconds: 10 # no-qa var-naming
# There is no need to edit ports. use matrix_hookshot_container_http_host_bind_ports below to expose ports instead.