lint ansible and yaml #1
Annotations
6 errors and 1 warning
partial-become[task]:
handlers/main.yml#L4
``become_user`` should have a corresponding ``become`` at the play or task level.
|
schema[meta]:
meta/main.yml#L1
$.galaxy_info.min_ansible_version 2.1 is not of type 'string'. See https://docs.ansible.com/ansible/latest/playbook_guide/playbooks_reuse_roles.html#using-role-dependencies
|
no-changed-when:
tasks/main.yml#L67
Commands should not change things if nothing needs doing.
|
partial-become[task]:
tasks/main.yml#L71
``become_user`` should have a corresponding ``become`` at the play or task level.
|
partial-become[task]:
tasks/main.yml#L91
``become_user`` should have a corresponding ``become`` at the play or task level.
|
Linting
Process completed with exit code 2.
|
jinja[spacing]:
tasks/main.yml#L6
Jinja2 spacing could be improved: {{ privatebin_group }} -> {{ privatebin_group }}
|