Skip to content

backlog

backlog #12

Triggered via push July 23, 2024 21:20
Status Failure
Total duration 34s
Artifacts

ansible-lint.yml

on: push
Ansible Lint
26s
Ansible Lint
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 4 warnings
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_ssh.yaml#L1
Unexpected error code 1 from execution of: ansible-playbook -i localhost, --syntax-check roles/configure_ssh.yaml
yaml[truthy]: roles/configure_ssh.yaml#L15
Truthy value should be one of \[false, true]
yaml[octal-values]: roles/configure_ssh.yaml#L16
Forbidden implicit octal value "0600"
jinja[spacing]: roles/configure_ssh.yaml#L4
Jinja2 spacing could be improved: {{ ssh_users}} -> {{ ssh_users }}
jinja[spacing]: roles/install_fonts.yaml#L37
Jinja2 spacing could be improved: {{ font_dir + '/PragmasevkaNF/'}} -> {{ font_dir + '/PragmasevkaNF/' }}
jinja[spacing]: roles/install_printer_deb.yaml#L28
Jinja2 spacing could be improved: {{ filename_search.files[0].path | basename | regex_search('_([0-9-\.]+)_','\1') | first }} -> {{ filename_search.files[0].path | basename | regex_search('_([0-9-\.]+)_', '\1') | first }}
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', '') }}