move lint to workflows #1
Annotations
10 errors and 10 warnings
yaml[new-line-at-end-of-file]:
.github/workflows/lint.yaml#L14
No new line character at the end of file
|
name[play]:
playbook.yaml#L2
All plays should be named.
|
yaml[indentation]:
playbook.yaml#L2
Wrong indentation: expected 0 but found 1
|
fqcn[action-core]:
playbook.yaml#L4
Use FQCN for builtin module actions (setup).
|
yaml[truthy]:
playbook.yaml#L7
Truthy value should be one of \[false, true]
|
fqcn[action-core]:
playbook.yaml#L10
Use FQCN for builtin module actions (include_tasks).
|
fqcn[action-core]:
playbook.yaml#L45
Use FQCN for builtin module actions (include_tasks).
|
yaml[line-length]:
playbook.yaml#L51
Line too long (185 > 160 characters)
|
var-naming[no-role-prefix]:
roles/accounts/defaults/main.yml#L2
Variables names from within roles should use accounts_ as a prefix. (vars: enabled_users)
|
var-naming[no-role-prefix]:
roles/accounts/defaults/main.yml#L4
Variables names from within roles should use accounts_ as a prefix. (vars: enabled_groups)
|
jinja[spacing]:
roles/cifs/handlers/main.yaml#L2
Jinja2 spacing could be improved: {{item}} -> {{ item }}
|
jinja[spacing]:
roles/dask_gateway/handlers/main.yaml#L2
Jinja2 spacing could be improved: {{item}} -> {{ item }}
|
jinja[spacing]:
roles/hosts/tasks/main.yaml#L5
Jinja2 spacing could be improved: {{ hostvars\[item]["ansible_" + hostvars\[item].get("internal_interface", internal_interface)].ipv4.address }} {{item}} -> {{ hostvars\[item]["ansible_" + hostvars\[item].get("internal_interface", internal_interface)].ipv4.address }} {{ item }}
|
jinja[spacing]:
roles/jupyterhub/handlers/main.yaml#L2
Jinja2 spacing could be improved: {{item}} -> {{ item }}
|
jinja[spacing]:
roles/jupyterhub/handlers/main.yaml#L11
Jinja2 spacing could be improved: {{item}} -> {{ item }}
|
jinja[spacing]:
roles/jupyterhub/handlers/main.yaml#L20
Jinja2 spacing could be improved: {{item}} -> {{ item }}
|
jinja[spacing]:
roles/mysql/handlers/main.yaml#L2
Jinja2 spacing could be improved: {{item}} -> {{ item }}
|
jinja[spacing]:
roles/openldap/handlers/main.yaml#L3
Jinja2 spacing could be improved: {{item}} -> {{ item }}
|
jinja[spacing]:
roles/openldap/tasks/openldap.yaml#L20
Jinja2 spacing could be improved: slappasswd -s "{{openldap_bind_password}}" -> slappasswd -s "{{ openldap_bind_password }}"
|
jinja[spacing]:
roles/openldap/tasks/openldap.yaml#L27
Jinja2 spacing could be improved: dn: olcDatabase={{openldap_db_type}},cn=config
|