Skip to content

Update README.md

Update README.md #2

Triggered via push July 2, 2024 20:27
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 10 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/configure_zsh.yaml#L95
Jinja2 spacing could be improved: plugins=({{zsh_plugins + ' fzf zsh-autosuggestions zsh-syntax-highlighting ' + zsh_plugins_linux}}) -> plugins=({{ zsh_plugins + ' fzf zsh-autosuggestions zsh-syntax-highlighting ' + zsh_plugins_linux }})
jinja[spacing]: roles/configure_zsh.yaml#L105
Jinja2 spacing could be improved: plugins=({{zsh_plugins + ' fzf zsh-autosuggestions zsh-syntax-highlighting ' + zsh_plugins_server}}) -> plugins=({{ zsh_plugins + ' fzf zsh-autosuggestions zsh-syntax-highlighting ' + zsh_plugins_server }})
jinja[spacing]: roles/configure_zsh.yaml#L115
Jinja2 spacing could be improved: plugins=({{zsh_plugins + ' fzf zsh-autosuggestions zsh-syntax-highlighting ' + zsh_plugins_osx}}) -> plugins=({{ zsh_plugins + ' fzf zsh-autosuggestions zsh-syntax-highlighting ' + zsh_plugins_osx }})
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#L76
Jinja2 spacing could be improved: /tmp/inconsolatago_nerd-{{inconsolatago_nerd_json.json.tag_name}}.zip -> /tmp/inconsolatago_nerd-{{ inconsolatago_nerd_json.json.tag_name }}.zip