Skip to content
Triggered via push June 19, 2023 14:21
Status Failure
Total duration 53s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

ansible-lint.yml

on: push
ansible_lint
43s
ansible_lint
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 2 warnings
yaml[line-length]: vars/Suse.yml#L3
Line too long (119 > 80 characters)
yaml[line-length]: vars/Suse.yml#L4
Line too long (97 > 80 characters)
jinja[spacing]: vars/main.yml#L39
Jinja2 spacing could be improved: {%- if mssql_ha_replica_type in __mssql_ha_replica_types_external -%} ALL {%- elif mssql_ha_replica_type == 'witness' -%} WITNESS {%- else -%} null {%- endif -%} -> {%- if mssql_ha_replica_type in __mssql_ha_replica_types_external -%} ALL{%- elif mssql_ha_replica_type == 'witness' -%} WITNESS{%- else -%} null{%- endif -%}
jinja[spacing]: vars/main.yml#L47
Jinja2 spacing could be improved: {%- if mssql_ha_ag_cluster_type | lower == 'external' -%} ON {%- elif mssql_ha_ag_cluster_type | lower == 'none' -%} OFF {%- else -%} null {%- endif -%} -> {%- if mssql_ha_ag_cluster_type | lower == 'external' -%} ON{%- elif mssql_ha_ag_cluster_type | lower == 'none' -%} OFF{%- else -%} null{%- endif -%}