plain-only site-option #6
Annotations
10 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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]
|