add global additions, set default cert-type to snakeoil #21
Annotations
10 warnings
build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
jinja[spacing]:
tasks/debian/add_certs.yml#L8
Jinja2 spacing could be improved: {{ NGINX_CONFIG.ssl.group | default( NGINX_CONFIG.group, true) }} -> {{ NGINX_CONFIG.ssl.group | default(NGINX_CONFIG.group, true) }}
|
jinja[spacing]:
tasks/debian/add_certs.yml#L8
Jinja2 spacing could be improved: {{ NGINX_CONFIG.ssl.group | default( NGINX_CONFIG.group, true) }} -> {{ NGINX_CONFIG.ssl.group | default(NGINX_CONFIG.group, true) }}
|
jinja[spacing]:
tasks/debian/add_certs.yml#L8
Jinja2 spacing could be improved: {{ NGINX_CONFIG.ssl.owner | default( NGINX_CONFIG.user, true) }} -> {{ NGINX_CONFIG.ssl.owner | default(NGINX_CONFIG.user, true) }}
|
jinja[spacing]:
tasks/debian/add_certs.yml#L8
Jinja2 spacing could be improved: {{ NGINX_CONFIG.ssl.owner | default( NGINX_CONFIG.user, true) }} -> {{ NGINX_CONFIG.ssl.owner | default(NGINX_CONFIG.user, true) }}
|
jinja[spacing]:
tasks/debian/sites.yml#L17
Jinja2 spacing could be improved: {{ NGINX_CONFIG.ssl.group | default( NGINX_CONFIG.group, true) }} -> {{ NGINX_CONFIG.ssl.group | default(NGINX_CONFIG.group, true) }}
|
jinja[spacing]:
tasks/debian/sites.yml#L17
Jinja2 spacing could be improved: {{ NGINX_CONFIG.ssl.group | default( NGINX_CONFIG.group, true) }} -> {{ NGINX_CONFIG.ssl.group | default(NGINX_CONFIG.group, true) }}
|
jinja[spacing]:
tasks/debian/sites.yml#L17
Jinja2 spacing could be improved: {{ NGINX_CONFIG.ssl.owner | default( NGINX_CONFIG.user, true) }} -> {{ NGINX_CONFIG.ssl.owner | default(NGINX_CONFIG.user, true) }}
|
jinja[spacing]:
tasks/debian/sites.yml#L17
Jinja2 spacing could be improved: {{ NGINX_CONFIG.ssl.owner | default( NGINX_CONFIG.user, true) }} -> {{ NGINX_CONFIG.ssl.owner | default(NGINX_CONFIG.user, true) }}
|
build:
.github/workflows/lint.yml#L5
5:1 [truthy] truthy value should be one of [false, no, true, yes]
|