Skip to content

Fixes the Anthias installer so that it'll work on Debian Bookworm as well #98

Fixes the Anthias installer so that it'll work on Debian Bookworm as well

Fixes the Anthias installer so that it'll work on Debian Bookworm as well #98

Triggered via pull request October 26, 2023 18:19
Status Failure
Total duration 42s
Artifacts

ansible-lint.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
yaml[octal-values]: ansible/roles/network/tasks/main.yml#L15
Forbidden implicit octal value "0644"
no-changed-when: ansible/roles/network/tasks/main.yml#L81
Commands should not change things if nothing needs doing.
command-instead-of-module: ansible/roles/network/tasks/main.yml#L85
systemctl used in place of systemd module
no-changed-when: ansible/roles/network/tasks/main.yml#L85
Commands should not change things if nothing needs doing.
yaml[octal-values]: ansible/roles/screenly/tasks/main.yml#L8
Forbidden implicit octal value "0755"
yaml[octal-values]: ansible/roles/screenly/tasks/main.yml#L18
Forbidden implicit octal value "0644"
yaml[octal-values]: ansible/roles/screenly/tasks/main.yml#L49
Forbidden implicit octal value "0700"
yaml[octal-values]: ansible/roles/screenly/tasks/main.yml#L58
Forbidden implicit octal value "0440"
yaml[octal-values]: ansible/roles/screenly/tasks/main.yml#L66
Forbidden implicit octal value "0755"
yaml[octal-values]: ansible/roles/screenly/tasks/main.yml#L74
Forbidden implicit octal value "0644"
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/