Skip to content

adjust all other gateways #235

adjust all other gateways

adjust all other gateways #235

Triggered via push July 3, 2024 19:37
Status Failure
Total duration 31s
Artifacts

ansible-lint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 1 warning
no-changed-when: roles/batman/tasks/from_source.yml#L85
Commands should not change things if nothing needs doing.
no-changed-when: roles/fastd/handlers/main.yml#L1
Commands should not change things if nothing needs doing.
no-changed-when: roles/letsencrypt/handlers/main.yml#L1
Commands should not change things if nothing needs doing.
no-changed-when: roles/letsencrypt/handlers/main.yml#L7
Commands should not change things if nothing needs doing.
no-changed-when: roles/motd/handlers/main.yml#L1
Commands should not change things if nothing needs doing.
yaml[line-length]: roles/prometheus/tasks/download.yml#L8
Line too long (165 > 160 characters)
yaml[empty-lines]: roles/prometheus/tasks/main.yml#L28
Too many blank lines (1 > 0)
no-changed-when: roles/wireguardexit/tasks/install.yml#L12
Commands should not change things if nothing needs doing.
yaml[line-length]: roles/wireguardexit/tasks/install.yml#L13
Line too long (211 > 160 characters)
jinja[spacing]: roles/wireguardexit/tasks/install.yml#L12
Jinja2 spacing could be improved: python3 /opt/wg-conf-gen/wg-conf-gen.py create --pk {{ wg_pk }} --address {{ wg_address }} --country {{ wg_country }} --city {{ wg_city }} --device "{{ wg_device| default('Unkown') }}" -> python3 /opt/wg-conf-gen/wg-conf-gen.py create --pk {{ wg_pk }} --address {{ wg_address }} --country {{ wg_country }} --city {{ wg_city }} --device "{{ wg_device | default('Unkown') }}"