fix(setup): Updating Marvell card MAC in dhcpd.conf #115
Annotations
10 errors and 3 warnings
schema[playbook]:
bios.yml#L1
$[0].name None is not of type 'string'
|
yaml[truthy]:
bios.yml#L7
Truthy value should be one of \[false, true]
|
no-free-form:
bios.yml#L18
Avoid using free-form when calling module actions. (ansible.builtin.debug)
|
no-free-form:
bios.yml#L30
Avoid using free-form when calling module actions. (ansible.builtin.debug)
|
yaml[line-length]:
bios.yml#L31
Line too long (179 > 160 characters)
|
no-free-form:
bios.yml#L35
Avoid using free-form when calling module actions. (ansible.builtin.debug)
|
yaml[indentation]:
bios.yml#L42
Wrong indentation: expected 8 but found 7
|
yaml[trailing-spaces]:
bios.yml#L55
Trailing spaces
|
yaml[trailing-spaces]:
bios.yml#L56
Trailing spaces
|
yaml[trailing-spaces]:
bios.yml#L57
Trailing spaces
|
jinja[spacing]:
f5certs.yml#L27
Jinja2 spacing could be improved: {{ lookup('file', ssl_cert_location ) }} -> {{ lookup('file', ssl_cert_location) }}
|
jinja[spacing]:
f5certs.yml#L34
Jinja2 spacing could be improved: {{ lookup('file', ssl_key_location ) }} -> {{ lookup('file', ssl_key_location) }}
|
jinja[spacing]:
setup.yml#L38
Jinja2 spacing could be improved: deb \[arch={{ deb_architecture.stdout}} signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/ubuntu {{ ansible_distribution_release }} stable -> deb \[arch={{ deb_architecture.stdout }} signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/ubuntu {{ ansible_distribution_release }} stable
|