There was an error while loading. Please reload this page.
1 parent 931e140 commit 6fd86f0Copy full SHA for 6fd86f0
1 file changed
roles/sap_hana_preconfigure/tasks/RedHat/installation.yml
@@ -4,9 +4,10 @@
4
- name: Gather package facts
5
ansible.builtin.package_facts:
6
7
-- name: Get the current RHEL release
8
- ansible.builtin.setup:
9
- gather_subset: distribution_version
+# removed for OS Upgrade functionality in ansible/playbooks/operations/sap_os_upgrade.yml
+# - name: Get the current RHEL release
+# ansible.builtin.setup:
10
+# gather_subset: distribution_version
11
12
- name: Report if the system is running a RHEL release which is supported for SAP HANA
13
ansible.builtin.debug:
0 commit comments