Skip to content

Commit 04e0999

Browse files
committed
fix: update packages var description
1 parent 25e86ff commit 04e0999

File tree

5 files changed

+15
-16
lines changed

5 files changed

+15
-16
lines changed

roles/sap_general_preconfigure/meta/argument_specs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ argument_specs:
172172
sap_general_preconfigure_packages:
173173
default: "{{ __sap_general_preconfigure_packages }}"
174174
description:
175-
- The list of packages to install.
175+
- The list of packages to be installed.
176176
- The default for this variable is set in the vars file which corresponds to the detected OS version.
177177
required: false
178178
type: list

roles/sap_hana_preconfigure/defaults/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,10 @@ sap_hana_preconfigure_modify_selinux_labels: true
100100
# how the variable `sap_hana_preconfigure_create_directories` (see above) is set.
101101

102102
sap_hana_preconfigure_packages: "{{ __sap_hana_preconfigure_packages }}"
103-
# The list of packages to be installed.
103+
# The list of packages to be installed for SAP HANA.
104104
# For RHEL 8 and later, you can choose to install either the default list
105105
# or a list of the minimum required packages for SAP HANA server (parameter `__sap_hana_preconfigure_packages_min_install`).
106+
# The default for this variable is set in the vars file which corresponds to the detected OS version.
106107

107108
sap_hana_preconfigure_min_package_check: true
108109
# SAP HANA requires certain minimum package versions to be supported. These minimum levels are listed in SAP Note 2235581.

roles/sap_hana_preconfigure/meta/argument_specs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,8 +210,9 @@ argument_specs:
210210
sap_hana_preconfigure_packages:
211211
default: "{{ __sap_hana_preconfigure_packages }}"
212212
description:
213-
- List of packages to be installed for SAP HANA. For RHEL 8 and later, you can choose to install either the default list
213+
- The list of packages to be installed for SAP HANA. For RHEL 8 and later, you can choose to install either the default list
214214
- or a list of the minimum required packages for SAP HANA server (parameter `__sap_hana_preconfigure_packages_min_install`).
215+
- The default for this variable is set in the vars file which corresponds to the detected OS version.
215216
required: false
216217
type: list
217218
elements: str

roles/sap_netweaver_preconfigure/defaults/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ sap_netweaver_preconfigure_rpath: '/usr/sap/lib'
1717
sap_netweaver_preconfigure_use_adobe_doc_services: false
1818

1919
sap_netweaver_preconfigure_packages: "{{ __sap_netweaver_preconfigure_packages }}"
20-
# The list of packages to be installed.
20+
# The list of packages to be installed for SAP NETWEAVER.
21+
# The default for this variable is set in the vars file which corresponds to the detected OS version.
2122

2223
# Set this parameter to `true` to update the system to the latest package levels.
2324
sap_netweaver_preconfigure_update: false

roles/sap_netweaver_preconfigure/meta/argument_specs.yml

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,14 @@ argument_specs:
88
short_description: Variables for SAP NetWeaver preconfiguration
99
options:
1010

11-
# sap_netweaver_preconfigure_...
12-
# default:
13-
# description:
14-
# -
15-
# example:
16-
#
17-
# required: false
18-
# type:
19-
# options: # additional options for lists and dicts
20-
# <param>:
21-
# description:
22-
# ...
11+
sap_netweaver_preconfigure_packages:
12+
default: "{{ __sap_netweaver_preconfigure_packages }}"
13+
description:
14+
- The list of packages to be installed for SAP NETWEAVER.
15+
- The default for this variable is set in the vars file which corresponds to the detected OS version.
16+
required: false
17+
type: list
18+
elements: str
2319

2420
sap_netweaver_preconfigure_config_all:
2521
default: true

0 commit comments

Comments
 (0)