Fix permanently enabling systemd-networkd #82
lint-collection.yml
on: pull_request
Matrix: lint / lint
Matrix: lint / sanity
Annotations
9 errors
key-order[task]:
roles/systemd_networkd/tasks/main.yml#L18
You can improve the task key order to: when, block
|
name[missing]:
roles/systemd_networkd/tasks/main.yml#L18
All tasks should be named.
|
fqcn[action-core]:
roles/systemd_networkd/tasks/main.yml#L21
Use FQCN for builtin module actions (service).
|
yaml[indentation]:
roles/systemd_networkd/tasks/main.yml#L21
Wrong indentation: expected 4 but found 2
|
yaml[truthy]:
roles/systemd_networkd/tasks/main.yml#L25
Truthy value should be one of \[false, true]
|
fqcn[action-core]:
roles/systemd_networkd/tasks/main.yml#L27
Use FQCN for builtin module actions (service).
|
name[casing]:
roles/systemd_networkd/tasks/main.yml#L27
All names should start with an uppercase letter.
|
yaml[truthy]:
roles/systemd_networkd/tasks/main.yml#L31
Truthy value should be one of \[false, true]
|
lint / Ansible 2.14 lint
Process completed with exit code 2.
|