updated ansible lint gh action #839
Annotations
10 errors and 10 warnings
syntax-check[specific]:
ansible/common.yml#L8
the role 'compscidr.gpg' was not found in /home/runner/work/iac/iac/ansible/roles:/home/runner/.cache/ansible-compat/e914d6/roles:/home/runner/.ansible/roles:/usr/share/ansible/roles:/etc/ansible/roles:/home/runner/work/iac/iac/ansible
|
syntax-check[specific]:
ansible/jasonernst.com.yml#L9
the role 'compscidr.media_server.ombi' was not found in /home/runner/work/iac/iac/ansible/roles:/home/runner/.cache/ansible-compat/e914d6/roles:/home/runner/.ansible/roles:/usr/share/ansible/roles:/etc/ansible/roles:/home/runner/work/iac/iac/ansible
|
syntax-check[specific]:
ansible/nas.yml#L12
the role 'compscidr.media_server.transmission' was not found in /home/runner/work/iac/iac/ansible/roles:/home/runner/.cache/ansible-compat/e914d6/roles:/home/runner/.ansible/roles:/usr/share/ansible/roles:/etc/ansible/roles:/home/runner/work/iac/iac/ansible
|
role-name:
ansible/roles/academic-gui#L1
Role name academic-gui does not match ``^\[a-z]\[a-z0-9_]*$`` pattern.
|
name[casing]:
ansible/roles/academic-gui/tasks/main.yml#L2
All names should start with an uppercase letter.
|
role-name:
ansible/roles/common-cli#L1
Role name common-cli does not match ``^\[a-z]\[a-z0-9_]*$`` pattern.
|
fqcn[action-core]:
ansible/roles/common-cli/tasks/main.yml#L25
Use FQCN for builtin module actions (file).
|
partial-become[task]:
ansible/roles/common-cli/tasks/main.yml#L25
``become_user`` should have a corresponding ``become`` at the play or task level.
|
partial-become[task]:
ansible/roles/common-cli/tasks/main.yml#L33
``become_user`` should have a corresponding ``become`` at the play or task level.
|
partial-become[task]:
ansible/roles/common-cli/tasks/main.yml#L54
``become_user`` should have a corresponding ``become`` at the play or task level.
|
yaml[new-line-at-end-of-file]:
ansible/inventory.yml#L30
No new line character at the end of file
|
yaml[trailing-spaces]:
ansible/requirements.yml#L8
Trailing spaces
|
yaml[trailing-spaces]:
ansible/requirements.yml#L9
Trailing spaces
|
yaml[new-line-at-end-of-file]:
ansible/roles/academic-gui/tasks/main.yml#L10
No new line character at the end of file
|
yaml[truthy]:
ansible/roles/common-cli/tasks/main.yml#L15
Truthy value should be one of \[false, true]
|
|
|
|
|
yaml[truthy]:
ansible/roles/common-cli/tasks/main.yml#L147
Truthy value should be one of \[false, true]
|