✨ Add calibre web automated #604
Annotations
4 errors and 13 warnings
Lint:
.ansible/roles/stefangweichinger.ansible_rclone/.cz.yaml#L5
5:3 [indentation] wrong indentation: expected 4 but found 2
|
Lint:
.ansible/roles/geerlingguy.docker/.github/workflows/stale.yml#L24
24:1 [trailing-spaces] trailing spaces
|
Lint:
.ansible/roles/geerlingguy.docker/.github/workflows/stale.yml#L30
30:1 [trailing-spaces] trailing spaces
|
Lint
Process completed with exit code 1.
|
Lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
jinja[spacing]:
roles/dozzle/tasks/main.yml#L20
Jinja2 spacing could be improved: {{ { 'traefik.enable': 'false' } if dozzle_agent_mode | default(false) | bool else { 'traefik.enable': (dozzle_available_externally | string), 'traefik.http.routers.dozzle.rule': 'Host(`' + dozzle_hostname + '.' + ansible_nas_domain + '`)', 'traefik.http.routers.dozzle.tls.certresolver': 'letsencrypt', 'traefik.http.routers.dozzle.tls.domains[0].main': ansible_nas_domain, 'traefik.http.routers.dozzle.tls.domains[0].sans': '*.' + ansible_nas_domain, 'traefik.http.services.dozzle.loadbalancer.server.port': '8080' } }} -> {{ {'traefik.enable': 'false'} if dozzle_agent_mode | default(false) | bool else {'traefik.enable': (dozzle_available_externally | string), 'traefik.http.routers.dozzle.rule': 'Host(`' + dozzle_hostname + '.' + ansible_nas_domain + '`)', 'traefik.http.routers.dozzle.tls.certresolver': 'letsencrypt', 'traefik.http.routers.dozzle.tls.domains[0].main': ansible_nas_domain, 'traefik.http.routers.dozzle.tls.domains[0].sans': '*.' + ansible_nas_domain, 'traefik.http.services.dozzle.loadbalancer.server.port': '8080'} }}
|
jinja[spacing]:
roles/invidious/tasks/main.yml#L55
Jinja2 spacing could be improved: {{ container_output.container['Output'] | regex_search('visitor_data: (.+?)\n', '\1') | first}} -> {{ container_output.container['Output'] | regex_search('visitor_data: (.+?)\n', '\1') | first }}
|
Lint:
.ansible/roles/stefangweichinger.ansible_rclone/tasks/stable.yml#L9
9:17 [truthy] truthy value should be one of [false, no, true, yes]
|
Lint:
.ansible/roles/stefangweichinger.ansible_rclone/tasks/install-bin.yml#L30
30:17 [truthy] truthy value should be one of [false, no, true, yes]
|
Lint:
.ansible/roles/stefangweichinger.ansible_rclone/tasks/beta.yml#L10
10:17 [truthy] truthy value should be one of [false, no, true, yes]
|
Lint:
.ansible/roles/stefangweichinger.ansible_rclone/molecule/default/converge.yml#L10
10:23 [truthy] truthy value should be one of [false, no, true, yes]
|
Lint:
.ansible/roles/geerlingguy.nfs/.github/stale.yml#L4
4:1 [document-start] missing document start "---"
|
Lint:
.ansible/collections/ansible_collections/vladgh/samba/.github/FUNDING.yml#L3
3:1 [document-start] missing document start "---"
|
Lint:
.ansible/collections/ansible_collections/vladgh/samba/.github/workflows/test.yml#L1
1:1 [document-start] missing document start "---"
|
Lint:
.ansible/collections/ansible_collections/vladgh/samba/.github/workflows/test.yml#L3
3:1 [truthy] truthy value should be one of [false, no, true, yes]
|
Lint:
.ansible/collections/ansible_collections/vladgh/samba/.github/workflows/test.yml#L68
68:7 [comments-indentation] comment not indented like content
|
Lint:
.ansible/collections/ansible_collections/vladgh/samba/.github/workflows/labels.yml#L1
1:1 [document-start] missing document start "---"
|