Add ansible lint pr workflow #1
Annotations
10 errors
yaml[truthy]:
defaults/main.yml#L7
Truthy value should be one of [false, true]
|
yaml[truthy]:
defaults/main.yml#L10
Truthy value should be one of [false, true]
|
yaml[indentation]:
meta/main.yml#L11
Wrong indentation: expected 4 but found 2
|
fqcn[action-core]:
tasks/main.yml#L3
Use FQCN for builtin module actions (stat).
|
fqcn[action-core]:
tasks/main.yml#L8
Use FQCN for builtin module actions (apt).
|
fqcn[action-core]:
tasks/main.yml#L14
Use FQCN for builtin module actions (template).
|
yaml[octal-values]:
tasks/main.yml#L18
Forbidden implicit octal value "0755"
|
fqcn[action-core]:
tasks/main.yml#L21
Use FQCN for builtin module actions (command).
|
no-changed-when:
tasks/main.yml#L21
Commands should not change things if nothing needs doing.
|
fqcn[action-core]:
tasks/main.yml#L27
Use FQCN for builtin module actions (file).
|