lint #4
Annotations
10 errors and 9 warnings
.github/workflows/ansible-lint.yml#L7
Trailing spaces
|
inventory/all.yaml#L18
Trailing spaces
|
inventory/all.yaml#L19
Wrong indentation: expected 14 but found 12
|
inventory/all.yaml#L22
Trailing spaces
|
inventory/all.yaml#L31
Wrong indentation: expected 14 but found 12
|
inventory/all.yaml#L33
Trailing spaces
|
playbooks/initial_config.yaml#L1
Unexpected error code 1 from execution of: ansible-playbook -i localhost, --syntax-check playbooks/initial_config.yaml
|
playbooks/initial_config.yaml#L1
$ None is not of type 'array'
|
playbooks/update.yaml#L1
Unexpected error code 1 from execution of: ansible-playbook -i localhost, --syntax-check playbooks/update.yaml
|
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
|
roles/install_fonts.yaml#L30
Jinja2 spacing could be improved: {{ font_dir +'/PragmasevkaNF' }} -> {{ font_dir + '/PragmasevkaNF' }}
|
roles/install_fonts.yaml#L37
Jinja2 spacing could be improved: {{ font_dir +'/PragmasevkaNF/'}} -> {{ font_dir + '/PragmasevkaNF/' }}
|
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
|
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
|
roles/install_fonts.yaml#L56
Jinja2 spacing could be improved: {{ font_dir +'/UbuntuSansNerd' }} -> {{ font_dir + '/UbuntuSansNerd' }}
|
roles/install_fonts.yaml#L63
Jinja2 spacing could be improved: {{ font_dir +'/UbuntuSansNerd/' }} -> {{ font_dir + '/UbuntuSansNerd/' }}
|
roles/install_fonts.yaml#L83
Jinja2 spacing could be improved: {{ font_dir +'/InconsolataGoNerd' }} -> {{ font_dir + '/InconsolataGoNerd' }}
|
roles/install_fonts.yaml#L90
Jinja2 spacing could be improved: {{ font_dir +'/InconsolataGoNerd/'}} -> {{ font_dir + '/InconsolataGoNerd/' }}
|
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
|
This job failed
Loading