add dev spaces #29
Annotations
2 errors and 11 warnings
command-instead-of-shell:
roles/shadowman_edge_simulation/tasks/main.yml#L24
Use shell only when shell functionality is required.
|
no-handler:
roles/shadowman_edge_simulation/tasks/main.yml#L41
Tasks that run when changed should likely be handlers.
|
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/
|
yaml[truthy]:
.github/workflows/ansible-lint.yml#L3
Truthy value should be one of \[false, true]
|
yaml[indentation]:
.github/workflows/ansible-lint.yml#L12
Wrong indentation: expected 6 but found 4
|
yaml[empty-lines]:
collections/requirements.yml#L4
Too many blank lines (1 > 0)
|
yaml[line-length]:
roles/container_lifecycle/tasks/main.yml#L23
Line too long (246 > 160 characters)
|
jinja[invalid]:
roles/container_lifecycle/tasks/main.yml#L56
template error while templating string: expected token 'end of print statement', got '['. String: {{ pre_install_container_info['containers'][0]['ImageName'] | split(':')[-1] }}. expected token 'end of print statement', got '['
|
jinja[invalid]:
roles/container_lifecycle/tasks/main.yml#L56
template error while templating string: expected token 'end of print statement', got '['. String: {{ pre_install_container_info['containers'][0]['ImageName'] | split(':')[-1] }}. expected token 'end of print statement', got '['
|
yaml[octal-values]:
roles/kiosk_mode/tasks/main.yml#L18
Forbidden implicit octal value "0644"
|
yaml[octal-values]:
roles/kiosk_mode/tasks/main.yml#L37
Forbidden implicit octal value "0600"
|
no-changed-when:
roles/shadowman_edge_simulation/tasks/main.yml#L20
Commands should not change things if nothing needs doing.
|
risky-file-permissions:
roles/shadowman_edge_simulation/tasks/main.yml#L30
File permissions unset or incorrect.
|