split name #37
Annotations
1 error and 7 warnings
fqcn[action-core]:
tasks/main.yml#L4
Use FQCN for builtin module actions (yum).
|
Test (default)
ansible-lint is no longer tested under Python 3.8 and will soon require 3.9. Do not report bugs for this version.
|
schema[meta]:
meta/main.yml#L1
2.1 is not of type 'string'
|
name[casing]:
tasks/main.yml#L4
All names should start with an uppercase letter.
|
fqcn[action]:
tasks/main.yml#L10
Use FQCN for module actions, such `community.general.system.filesystem`.
|
name[casing]:
tasks/main.yml#L10
All names should start with an uppercase letter.
|
fqcn[action]:
tasks/main.yml#L16
Use FQCN for module actions, such `ansible.posix.mount`.
|
name[casing]:
tasks/main.yml#L16
All names should start with an uppercase letter.
|