Add redhat_ocp_virt platform to sap_hypervisor_node_preconfigure #6
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
ansible-lint-sap_hypervisor_node_preconfigure.yml
on: pull_request
ansible-lint
1m 0s
Annotations
10 errors and 6 warnings
fqcn[action-core]:
tasks/platform/redhat_rhel_kvm/assert-configuration.yml#L40
Use FQCN for builtin module actions (set_fact).
|
fqcn[action-core]:
tasks/platform/redhat_rhel_kvm/configuration.yml#L21
Use FQCN for builtin module actions (set_fact).
|
fqcn[action-core]:
tasks/platform/redhat_rhel_kvm/main.yml#L16
Use FQCN for builtin module actions (include_tasks).
|
name[missing]:
tasks/platform/redhat_rhel_kvm/main.yml#L16
All tasks should be named.
|
fqcn[action-core]:
tasks/platform/redhat_rhel_kvm/main.yml#L18
Use FQCN for builtin module actions (include_tasks).
|
name[missing]:
tasks/platform/redhat_rhel_kvm/main.yml#L18
All tasks should be named.
|
fqcn[action-core]:
tasks/platform/redhat_rhel_kvm/main.yml#L20
Use FQCN for builtin module actions (include_tasks).
|
name[missing]:
tasks/platform/redhat_rhel_kvm/main.yml#L20
All tasks should be named.
|
fqcn[action-core]:
tasks/platform/redhat_rhel_kvm/main.yml#L22
Use FQCN for builtin module actions (include_tasks).
|
name[missing]:
tasks/platform/redhat_rhel_kvm/main.yml#L22
All tasks should be named.
|
name[casing]:
tasks/platform/redhat_rhel_kvm/assert-configuration.yml#L40
All names should start with an uppercase letter.
|
key-order[task]:
tasks/platform/redhat_rhel_kvm/assert-configuration.yml#L49
You can improve the task key order to: name, when, block
|
key-order[task]:
tasks/platform/redhat_rhel_kvm/assert-configuration.yml#L72
You can improve the task key order to: name, when, block
|
jinja[spacing]:
tasks/platform/redhat_rhel_kvm/assert-configuration.yml#L98
Jinja2 spacing could be improved: {{ ( ansible_memtotal_mb / 1024 )|int - sap_hypervisor_node_preconfigure_reserved_ram }} >= {{ __sap_hypervisor_node_preconfigure_1Ghugepages_assert.stdout }} -> {{ (ansible_memtotal_mb / 1024) | int - sap_hypervisor_node_preconfigure_reserved_ram }} >= {{ __sap_hypervisor_node_preconfigure_1Ghugepages_assert.stdout }}
|
jinja[spacing]:
tasks/platform/redhat_rhel_kvm/assert-configuration.yml#L105
Jinja2 spacing could be improved: {{ ( ansible_memtotal_mb / 1024 )|int - sap_hypervisor_node_preconfigure_reserved_ram }} >= {{ __sap_hypervisor_node_preconfigure_1Ghugepages_assert.stdout }} -> {{ (ansible_memtotal_mb / 1024) | int - sap_hypervisor_node_preconfigure_reserved_ram }} >= {{ __sap_hypervisor_node_preconfigure_1Ghugepages_assert.stdout }}
|
jinja[spacing]:
tasks/platform/redhat_rhel_kvm/configuration.yml#L84
Jinja2 spacing could be improved: hugepages={{ ( ansible_memtotal_mb / 1024 )|int - sap_hypervisor_node_preconfigure_reserved_ram }} -> hugepages={{ (ansible_memtotal_mb / 1024) | int - sap_hypervisor_node_preconfigure_reserved_ram }}
|