The entry for sap_hana_preconfigure_packages in meta/argument_specs.yml needs to be modified. With the current coding, when defining: sap_hana_preconfigure_packages: "{{ __sap_hana_preconfigure_packages_min_install }}" in the playbook, the argument validation step will fail with: '__sap_hana_preconfigure_packages_min_install'' is undefined'.
The package chkconfig needs to be part of the list of packages __sap_hana_preconfigure_packages_min_install.
Otherwise, the task Create file /etc/init.d/boot.local if it does not exist will fail with:
Error, could not touch target: [Errno 2] No such file or directory: b''/etc/init.d/boot.local'''
The entry for
sap_hana_preconfigure_packages
inmeta/argument_specs.yml
needs to be modified. With the current coding, when defining:sap_hana_preconfigure_packages: "{{ __sap_hana_preconfigure_packages_min_install }}"
in the playbook, the argument validation step will fail with:'__sap_hana_preconfigure_packages_min_install'' is undefined'
.The package
chkconfig
needs to be part of the list of packages__sap_hana_preconfigure_packages_min_install
. Otherwise, the taskCreate file /etc/init.d/boot.local if it does not exist
will fail with:Error, could not touch target: [Errno 2] No such file or directory: b''/etc/init.d/boot.local'''