Skip to content

some fixes

some fixes #245

Triggered via push December 21, 2024 10:17
Status Failure
Total duration 30s
Artifacts

ansible-lint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 2 warnings
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)
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)
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
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') }}"