Fix some ansible-lint-reported errors

This commit is contained in:
Slavi Pantaleev
2024-01-04 13:00:46 +02:00
parent abde681b56
commit ab15991814
9 changed files with 7 additions and 10 deletions

View File

@ -237,7 +237,7 @@ matrix_hookshot_container_extra_arguments: []
matrix_hookshot_container_labels_traefik_enabled: true
matrix_hookshot_container_labels_traefik_docker_network: "{{ matrix_hookshot_container_network }}"
matrix_hookshot_container_labels_traefik_entrypoints: web-secure
matrix_hookshot_container_labels_traefik_tls_certResolver: default
matrix_hookshot_container_labels_traefik_tls_certResolver: default # noqa var-naming
# Controls whether labels will be added that expose Hookshot's webhooks endpoint
matrix_hookshot_container_labels_webhooks_enabled: true