Skip to content

Commit

Permalink
variable name fix (minor)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nils Koenig committed Oct 30, 2023
1 parent 1000071 commit 2edc92a
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
- name: Assert that configured nodes are found
ansible.builtin.assert:
that: __sap_hypervisor_node_preconfigure_register_nodes is defined
fail_msg: No nodes found that match configuration provided in sap_hypervisor_node_preconfigure_cluster
fail_msg: No nodes found that match configuration provided in sap_hypervisor_node_preconfigure_cluster_config
success_msg: Configured nodes found

# Determine available memory on first worker node.
Expand Down Expand Up @@ -60,8 +60,6 @@
__sap_hypervisor_node_preconfigure_register_worker_reserved_hugepages: "{{ __sap_hypervisor_node_preconfigure_register_worker_memory_gb | int - sap_hypervisor_node_preconfigure_hypervisor_reserved_ram_host_ge_512 }}"
when: __sap_hypervisor_node_preconfigure_register_worker_memory_gb|int >= 512

# - meta: end_play

- name: Include prepare
ansible.builtin.include_tasks: prepare.yml
- name: Include tuned virtual host
Expand Down

0 comments on commit 2edc92a

Please sign in to comment.