File tree Expand file tree Collapse file tree
sap_hana_preconfigure/tasks/SLES/generic
sap_netweaver_preconfigure/tasks/SLES/generic Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111- name : Set fact if baseproduct contains SLES without SLES_SAP
1212 ansible.builtin.set_fact :
1313 __sap_hana_preconfigure_use_saptune : false
14- when :
15- - ' "SLES_SAP" not in __sap_hana_preconfigure_register_baseproduct.stat.lnk_target'
16- - ' "SLES" in __sap_hana_preconfigure_register_baseproduct.stat.lnk_target
17- and ansible_facts[' distribution_major_version'] | int < 16'
14+ when : >-
15+ "SLES_SAP" not in __sap_hana_preconfigure_register_baseproduct.stat.lnk_target
16+ and ( "SLES" in __sap_hana_preconfigure_register_baseproduct.stat.lnk_target
17+ and ansible_facts['distribution_major_version'] | int < 16)
1818
1919
2020 - name : Block to ensure saptune is installed
Original file line number Diff line number Diff line change 1111- name : Set fact if baseproduct contains SLES without SLES_SAP
1212 ansible.builtin.set_fact :
1313 __sap_netweaver_preconfigure_use_saptune : false
14- when :
15- - ' "SLES_SAP" not in __sap_netweaver_preconfigure_register_baseproduct.stat.lnk_target'
16- - ' "SLES" in __sap_netweaver_preconfigure_register_baseproduct.stat.lnk_target
17- and ansible_facts[' distribution_major_version'] | int < 16'
14+ when : >-
15+ "SLES_SAP" not in __sap_netweaver_preconfigure_register_baseproduct.stat.lnk_target
16+ and ( "SLES" in __sap_netweaver_preconfigure_register_baseproduct.stat.lnk_target
17+ and ansible_facts['distribution_major_version'] | int < 16)
1818
1919
2020 - name : Block to ensure saptune is installed
You can’t perform that action at this time.
0 commit comments