Ansible Lint #4
Annotations
10 errors
|
yaml[indentation]:
playbook02.yml#L27
Wrong indentation: expected 8 but found 14
|
|
fqcn[action-core]:
playbook02.yml#L26
Use FQCN for builtin module actions (set_fact).
|
|
name[casing]:
playbook02.yml#L25
All names should start with an uppercase letter.
|
|
yaml[indentation]:
playbook02.yml#L23
Wrong indentation: expected 8 but found 14
|
|
fqcn[action-core]:
playbook02.yml#L22
Use FQCN for builtin module actions (debug).
|
|
fqcn[action-core]:
playbook02.yml#L14
Use FQCN for builtin module actions (uri).
|
|
yaml[truthy]:
playbook02.yml#L6
Truthy value should be one of [false, true]
|
|
yaml[indentation]:
playbook01.yml#L18
Wrong indentation: expected 8 but found 10
|
|
yaml[indentation]:
playbook01.yml#L13
Wrong indentation: expected 8 but found 10
|
|
yaml[indentation]:
playbook01.yml#L10
Wrong indentation: expected 8 but found 10
|