Adding ansible lint fixes for examples directory #19
Annotations
10 errors and 10 warnings
yaml[indentation]:
changelogs/changelog.yaml#L6
Wrong indentation: expected 8 but found 6
|
yaml[indentation]:
changelogs/changelog.yaml#L9
Wrong indentation: expected 8 but found 6
|
yaml[indentation]:
changelogs/changelog.yaml#L15
Wrong indentation: expected 8 but found 6
|
yaml[indentation]:
changelogs/changelog.yaml#L25
Wrong indentation: expected 8 but found 6
|
yaml[indentation]:
changelogs/changelog.yaml#L27
Wrong indentation: expected 6 but found 4
|
yaml[indentation]:
changelogs/changelog.yaml#L34
Wrong indentation: expected 8 but found 6
|
yaml[indentation]:
changelogs/changelog.yaml#L43
Wrong indentation: expected 8 but found 6
|
yaml[indentation]:
changelogs/changelog.yaml#L48
Wrong indentation: expected 6 but found 4
|
yaml[indentation]:
changelogs/changelog.yaml#L64
Wrong indentation: expected 8 but found 6
|
yaml[indentation]:
changelogs/changelog.yaml#L67
Wrong indentation: expected 6 but found 4
|
jinja[spacing]:
examples/images.yml#L21
Jinja2 spacing could be improved: {{source_path}} -> {{ source_path }}
|
jinja[spacing]:
examples/images.yml#L24
Jinja2 spacing could be improved: {{clusters_name}} -> {{ clusters_name }}
|
jinja[spacing]:
examples/images.yml#L41
Jinja2 spacing could be improved: {{source_uri}} -> {{ source_uri }}
|
jinja[spacing]:
examples/images.yml#L44
Jinja2 spacing could be improved: {{clusters_name}} -> {{ clusters_name }}
|
jinja[spacing]:
examples/images.yml#L61
Jinja2 spacing could be improved: {{image-uuid}} -> {{ image - uuid }}
|
jinja[spacing]:
examples/projects_crud.yml#L34
Jinja2 spacing could be improved: {{project1.project_uuid}} -> {{ project1.project_uuid }}
|
jinja[spacing]:
examples/projects_crud.yml#L47
Jinja2 spacing could be improved: {{updated_project.project_uuid}} -> {{ updated_project.project_uuid }}
|
jinja[spacing]:
examples/projects_crud.yml#L52
Jinja2 spacing could be improved: {{project_info}} -> {{ project_info }}
|
jinja[spacing]:
examples/projects_crud.yml#L56
Jinja2 spacing could be improved: {{updated_project.project_uuid}} -> {{ updated_project.project_uuid }}
|
jinja[spacing]:
examples/projects_with_role_mapping.yml#L60
Jinja2 spacing could be improved: {{project1.project_uuid}} -> {{ project1.project_uuid }}
|