Update ansible/ansible-lint action to v25 #120
Annotations
10 errors and 2 warnings
internal-error:
local.yml#L1
Unexpected error code 1 from execution of: ansible-playbook --syntax-check local.yml
|
internal-error:
roles/base#L1
Unexpected error code 1 from execution of: ansible-playbook --syntax-check /tmp/playx8izu37c.yml
|
internal-error:
roles/docker#L1
Unexpected error code 1 from execution of: ansible-playbook --syntax-check /tmp/playhedx72oc.yml
|
internal-error:
roles/heavy_workstation#L1
Unexpected error code 1 from execution of: ansible-playbook --syntax-check /tmp/play4mgo_idb.yml
|
internal-error:
roles/light_workstation#L1
Unexpected error code 1 from execution of: ansible-playbook --syntax-check /tmp/playi2ws8sgd.yml
|
var-naming[no-reserved]:
roles/light_workstation/tasks/packages.yml#L6
Variables names must not be Ansible reserved names. (notify) (set_fact: notify)
|
var-naming[no-reserved]:
roles/light_workstation/tasks/packages.yml#L27
Variables names must not be Ansible reserved names. (notify) (set_fact: notify)
|
no-changed-when:
roles/light_workstation/tasks/packages.yml#L142
Commands should not change things if nothing needs doing.
|
internal-error:
roles/nvidia#L1
Unexpected error code 1 from execution of: ansible-playbook --syntax-check /tmp/playc9z2mw6b.yml
|
fqcn[action-core]:
roles/nvidia/handlers/main.yml#L2
Use FQCN for builtin module actions (command).
|
Ansible Lint
Cache not found for keys: setup-python-Linux-x64-24.04-Ubuntu-python-3.11.11-pip-c359f8453b218630cf142d6e86fcbdfc9cb0a6c817b50ef1906964c0a9e822fe, setup-python-Linux-x64-24.04-Ubuntu-python-3.11.11-pip
|
command-instead-of-module:
roles/light_workstation/handlers/main.yml#L32
git used in place of git module
|