Skip to content

Commit 6fd86f0

Browse files
authored
remove distribution_gathering from hana_preconfigure
1 parent 931e140 commit 6fd86f0

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

roles/sap_hana_preconfigure/tasks/RedHat/installation.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@
44
- name: Gather package facts
55
ansible.builtin.package_facts:
66

7-
- name: Get the current RHEL release
8-
ansible.builtin.setup:
9-
gather_subset: distribution_version
7+
# removed for OS Upgrade functionality in ansible/playbooks/operations/sap_os_upgrade.yml
8+
# - name: Get the current RHEL release
9+
# ansible.builtin.setup:
10+
# gather_subset: distribution_version
1011

1112
- name: Report if the system is running a RHEL release which is supported for SAP HANA
1213
ansible.builtin.debug:

0 commit comments

Comments
 (0)