started install_printer.yaml #8
Annotations
10 errors and 2 warnings
load-failure[filenotfounderror]:
install_printer_mac.yaml#L1
[Errno 2] No such file or directory: '/home/runner/work/ansible/ansible/install_printer_mac.yaml'
|
internal-error:
playbooks/initial_config.yaml#L1
Unexpected error code 1 from execution of: ansible-playbook -i localhost, --syntax-check playbooks/initial_config.yaml
|
schema[playbook]:
playbooks/initial_config.yaml#L1
$ None is not of type 'array'
|
internal-error:
playbooks/update.yaml#L1
Unexpected error code 1 from execution of: ansible-playbook -i localhost, --syntax-check playbooks/update.yaml
|
name[missing]:
playbooks/update.yaml#L5
All tasks should be named.
|
name[missing]:
playbooks/update.yaml#L8
All tasks should be named.
|
internal-error:
roles/configure_mc.yaml#L1
Unexpected error code 1 from execution of: ansible-playbook -i localhost, --syntax-check roles/configure_mc.yaml
|
name[template]:
roles/configure_mc.yaml#L74
Jinja templates should only be at the end of 'name'
|
internal-error:
roles/configure_vim.yaml#L1
Unexpected error code 1 from execution of: ansible-playbook -i localhost, --syntax-check roles/configure_vim.yaml
|
command-instead-of-shell:
roles/configure_vim.yaml#L4
Use shell only when shell functionality is required.
|
jinja[spacing]:
roles/install_fonts.yaml#L37
Jinja2 spacing could be improved: {{ font_dir + '/PragmasevkaNF/'}} -> {{ font_dir + '/PragmasevkaNF/' }}
|
jinja[spacing]:
roles/proxmox_deploy.yaml#L116
Jinja2 spacing could be improved: {{ r230_proxmox_root_pass | password_hash('sha512','') }} -> {{ r230_proxmox_root_pass | password_hash('sha512', '') }}
|