Skip to content

Update ansible-lint.yml #6

Update ansible-lint.yml

Update ansible-lint.yml #6

Triggered via push July 6, 2024 08:07
Status Failure
Total duration 27s
Artifacts

ansible-lint.yml

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

Annotations

10 errors and 9 warnings
yaml[indentation]: inventory/all.yaml#L19
Wrong indentation: expected 14 but found 12
yaml[indentation]: inventory/all.yaml#L31
Wrong indentation: expected 14 but found 12
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
schema[playbook]: playbooks/update.yaml#L1
Replace 'include' with either 'ansible.builtin.include_tasks' or 'ansible.builtin.import_tasks'. See https://docs.ansible.com/ansible/latest/collections/ansible/builtin/include_module.html
deprecated-module: playbooks/update.yaml#L5
Deprecated module. include
name[missing]: playbooks/update.yaml#L5
All tasks should be named.
yaml[indentation]: playbooks/update.yaml#L5
Wrong indentation: expected at least 3
deprecated-module: playbooks/update.yaml#L7
Deprecated module. include
jinja[spacing]: roles/install_fonts.yaml#L30
Jinja2 spacing could be improved: {{ font_dir +'/PragmasevkaNF' }} -> {{ font_dir + '/PragmasevkaNF' }}
jinja[spacing]: roles/install_fonts.yaml#L37
Jinja2 spacing could be improved: {{ font_dir +'/PragmasevkaNF/'}} -> {{ font_dir + '/PragmasevkaNF/' }}
jinja[spacing]: roles/install_fonts.yaml#L49
Jinja2 spacing could be improved: /tmp/ubuntusans_nerd-{{ubuntusans_nerd_json.json.tag_name}}.zip -> /tmp/ubuntusans_nerd-{{ ubuntusans_nerd_json.json.tag_name }}.zip
jinja[spacing]: roles/install_fonts.yaml#L49
Jinja2 spacing could be improved: https://github.com/ryanoasis/nerd-fonts/releases/download/{{ubuntusans_nerd_json.json.tag_name}}/UbuntuSans.zip -> https://github.com/ryanoasis/nerd-fonts/releases/download/{{ ubuntusans_nerd_json.json.tag_name }}/UbuntuSans.zip
jinja[spacing]: roles/install_fonts.yaml#L56
Jinja2 spacing could be improved: {{ font_dir +'/UbuntuSansNerd' }} -> {{ font_dir + '/UbuntuSansNerd' }}
jinja[spacing]: roles/install_fonts.yaml#L63
Jinja2 spacing could be improved: {{ font_dir +'/UbuntuSansNerd/' }} -> {{ font_dir + '/UbuntuSansNerd/' }}
jinja[spacing]: roles/install_fonts.yaml#L83
Jinja2 spacing could be improved: {{ font_dir +'/InconsolataGoNerd' }} -> {{ font_dir + '/InconsolataGoNerd' }}
jinja[spacing]: roles/install_fonts.yaml#L90
Jinja2 spacing could be improved: {{ font_dir +'/InconsolataGoNerd/' }} -> {{ font_dir + '/InconsolataGoNerd/' }}
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', '') }}