13 lines
905 B
Diff
13 lines
905 B
Diff
diff -up sap_hana_preconfigure/tasks/RedHat/generic/assert-cpu-governor-for-performance.yml.me sap_hana_preconfigure/tasks/RedHat/generic/assert-cpu-governor-for-performance.yml
|
|
--- sap_hana_preconfigure/tasks/RedHat/generic/assert-cpu-governor-for-performance.yml.me 2022-06-08 12:49:58.107218399 +0200
|
|
+++ sap_hana_preconfigure/tasks/RedHat/generic/assert-cpu-governor-for-performance.yml 2022-06-08 12:51:53.264830397 +0200
|
|
@@ -25,7 +25,7 @@
|
|
|
|
- name: Assert that file /etc/rc.d/rc.local exists (x86_64 platform only)
|
|
assert:
|
|
- that: __stat_boot_local.stat.exists
|
|
+ that: __sap_hana_preconfigure_register_stat_rc_local_assert.stat.exists
|
|
fail_msg: "FAIL: File /etc/rc.d/rc.local does not exist!"
|
|
success_msg: "PASS: File /etc/rc.d/rc.local exist."
|
|
ignore_errors: "{{ sap_hana_preconfigure_assert_ignore_errors|d(false) }}"
|