created new files #10
Annotations
10 errors and 3 warnings
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#L5
All tasks should be named.
|
playbooks/update.yaml#L8
All tasks should be named.
|
roles/configure_mc.yaml#L1
Unexpected error code 1 from execution of: ansible-playbook -i localhost, --syntax-check roles/configure_mc.yaml
|
roles/configure_mc.yaml#L74
Jinja templates should only be at the end of 'name'
|
roles/configure_vim.yaml#L1
Unexpected error code 1 from execution of: ansible-playbook -i localhost, --syntax-check roles/configure_vim.yaml
|
roles/configure_vim.yaml#L4
Use shell only when shell functionality is required.
|
roles/configure_vim.yaml#L4
Wrong indentation: expected at least 3
|
roles/install_fonts.yaml#L37
Jinja2 spacing could be improved: {{ font_dir + '/PragmasevkaNF/'}} -> {{ font_dir + '/PragmasevkaNF/' }}
|
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 }}
|
roles/proxmox_deploy.yaml#L116
Jinja2 spacing could be improved: {{ r230_proxmox_root_pass | password_hash('sha512','') }} -> {{ r230_proxmox_root_pass | password_hash('sha512', '') }}
|
This job failed
Loading