Skip to content

Commit 56f42ba

Browse files
committed
update redhat variable files
1 parent 45adb76 commit 56f42ba

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# SPDX-License-Identifier: Apache-2.0
2+
---
3+
4+
# Variables specific to following versions:
5+
# - Red Hat Linux Enterprise Server 8
6+
7+
# Set which Python version will be used on destination node.
8+
# This is python executable name, which can differ from python package name.
9+
__sap_software_download_python_interpreter: 'python3.9'
10+
11+
# Set which Python package will be installed on destination node.
12+
__sap_software_download_python_package: 'python39'
13+
14+
# The list of required Python Modules in packages
15+
# This is required in order to avoid externally-managed-environment error.
16+
__sap_software_download_python_module_packages:
17+
- python39-wheel
18+
- python39-urllib3
19+
- python39-requests
20+
- python39-beautifulsoup4
21+
- python39-lxml

roles/sap_software_download/vars/RedHat.yml renamed to roles/sap_software_download/vars/RedHat_9.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
---
33

44
# Variables specific to following versions:
5-
# - Red Hat Linux Enterprise Server 8
65
# - Red Hat Linux Enterprise Server 9
76

87
# Set which Python version will be used on destination node.

0 commit comments

Comments
 (0)