Skip to content

lint

lint #4

Triggered via push July 2, 2024 20:42
Status Failure
Total duration 30s
Artifacts

ansible-lint.yml

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

Annotations

10 errors and 9 warnings
yaml[trailing-spaces]: inventory/all.yaml#L18
Trailing spaces
yaml[indentation]: inventory/all.yaml#L19
Wrong indentation: expected 14 but found 12
yaml[trailing-spaces]: inventory/all.yaml#L22
Trailing spaces
yaml[indentation]: inventory/all.yaml#L31
Wrong indentation: expected 14 but found 12
yaml[trailing-spaces]: inventory/all.yaml#L33
Trailing spaces
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
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/install_homebrew.yaml#L11
Jinja2 spacing could be improved: https://github.com/Homebrew/brew/releases/download/{{homebrew_json.json.tag_name}}/Homebrew-{{ homebrew_json.json.tag_name }}.pkg -> https://github.com/Homebrew/brew/releases/download/{{ homebrew_json.json.tag_name }}/Homebrew-{{ homebrew_json.json.tag_name }}.pkg