You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Without this variable being defined, the following error is displayed:
TASK [community.sap_install.sap_swpm : SAP SWPM Pre Install, create inifile - Process SWPM inifile template for creating 'inifile.params'] ***
fatal: [host01]: FAILED! =>
msg: |-
The task includes an option with an undefined variable. The error was: 'sap_swpm_tmpdir' is undefined. 'sap_swpm_tmpdir' is undefined
A solution is to add the tag sap_swpm_generate_inifile to the following task:
berndfinger
changed the title
sap_swpm: With the tag 'sap_swpm_generate_inifile', the variable 'sap_swpm_tmpdir' needs to be defined.
sap_swpm: The variable 'sap_swpm_tmpdir' is undefined when using the tag 'sap_swpm_generate_inifile'
Dec 17, 2024
berndfinger
added a commit
to berndfinger/community.sap_install
that referenced
this issue
Dec 17, 2024
Without this variable being defined, the following error is displayed:
A solution is to add the tag
sap_swpm_generate_inifile
to the following task:community.sap_install/roles/sap_swpm/tasks/pre_install/swpm_prepare.yml
Line 4 in ce6c499
The text was updated successfully, but these errors were encountered: