Merge branch 'main' of https://github.com/Dinth/ansible #7
Annotations
10 errors and 2 warnings
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.
|
deprecated-module:
playbooks/update.yaml#L7
Deprecated module. include
|
name[missing]:
playbooks/update.yaml#L7
All tasks should be named.
|
internal-error:
roles/configure_mc.yaml#L1
Unexpected error code 1 from execution of: ansible-playbook -i localhost, --syntax-check roles/configure_mc.yaml
|
name[template]:
roles/configure_mc.yaml#L74
Jinja templates should only be at the end of 'name'
|
jinja[spacing]:
roles/install_fonts.yaml#L37
Jinja2 spacing could be improved: {{ font_dir + '/PragmasevkaNF/'}} -> {{ font_dir + '/PragmasevkaNF/' }}
|
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', '') }}
|