move lint to workflows #1
Annotations
10 errors and 10 warnings
Run ansible-lint:
.github/workflows/lint.yaml#L14
No new line character at the end of file
|
Run ansible-lint:
playbook.yaml#L2
All plays should be named.
|
Run ansible-lint:
playbook.yaml#L2
Wrong indentation: expected 0 but found 1
|
Run ansible-lint:
playbook.yaml#L4
Use FQCN for builtin module actions (setup).
|
Run ansible-lint:
playbook.yaml#L7
Truthy value should be one of \[false, true]
|
Run ansible-lint:
playbook.yaml#L10
Use FQCN for builtin module actions (include_tasks).
|
Run ansible-lint:
playbook.yaml#L45
Use FQCN for builtin module actions (include_tasks).
|
Run ansible-lint:
playbook.yaml#L51
Line too long (185 > 160 characters)
|
Run ansible-lint:
roles/accounts/defaults/main.yml#L2
Variables names from within roles should use accounts_ as a prefix. (vars: enabled_users)
|
Run ansible-lint:
roles/accounts/defaults/main.yml#L4
Variables names from within roles should use accounts_ as a prefix. (vars: enabled_groups)
|
Run ansible-lint:
roles/cifs/handlers/main.yaml#L2
Jinja2 spacing could be improved: {{item}} -> {{ item }}
|
Run ansible-lint:
roles/dask_gateway/handlers/main.yaml#L2
Jinja2 spacing could be improved: {{item}} -> {{ item }}
|
Run ansible-lint:
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 }}
|
Run ansible-lint:
roles/jupyterhub/handlers/main.yaml#L2
Jinja2 spacing could be improved: {{item}} -> {{ item }}
|
Run ansible-lint:
roles/jupyterhub/handlers/main.yaml#L11
Jinja2 spacing could be improved: {{item}} -> {{ item }}
|
Run ansible-lint:
roles/jupyterhub/handlers/main.yaml#L20
Jinja2 spacing could be improved: {{item}} -> {{ item }}
|
Run ansible-lint:
roles/mysql/handlers/main.yaml#L2
Jinja2 spacing could be improved: {{item}} -> {{ item }}
|
Run ansible-lint:
roles/openldap/handlers/main.yaml#L3
Jinja2 spacing could be improved: {{item}} -> {{ item }}
|
Run ansible-lint:
roles/openldap/tasks/openldap.yaml#L20
Jinja2 spacing could be improved: slappasswd -s "{{openldap_bind_password}}" -> slappasswd -s "{{ openldap_bind_password }}"
|
Run ansible-lint:
roles/openldap/tasks/openldap.yaml#L27
Jinja2 spacing could be improved: dn: olcDatabase={{openldap_db_type}},cn=config
|
The logs for this run have expired and are no longer available.
Loading