Fix molecule tests which spontaneously broke (and test noble 22.04) #25
Annotations
10 errors and 1 warning
fqcn[action-core]:
handlers/main.yml#L2
Use FQCN for builtin module actions (service).
|
name[casing]:
handlers/main.yml#L2
All names should start with an uppercase letter.
|
schema[meta]:
meta/main.yml#L1
2.0 is not of type 'string'
|
yaml[indentation]:
meta/main.yml#L11
Wrong indentation: expected 4 but found 2
|
yaml[indentation]:
meta/main.yml#L13
Wrong indentation: expected 6 but found 4
|
yaml[comments]:
meta/main.yml#L15
Missing starting space in comment
|
fqcn[action-core]:
tasks/main.yml#L1
Use FQCN for builtin module actions (set_fact).
|
name[missing]:
tasks/main.yml#L1
All tasks should be named.
|
yaml[document-start]:
tasks/main.yml#L1
Missing document start "---"
|
fqcn[action-core]:
tasks/main.yml#L8
Use FQCN for builtin module actions (assert).
|
jinja[spacing]:
tasks/main.yml#L92
Jinja2 spacing could be improved: {{ mysql_anonymous_hosts.stdout_lines|default([]) }} -> {{ mysql_anonymous_hosts.stdout_lines | default([]) }}
|