Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sap_swpm: The variable 'sap_swpm_tmpdir' is undefined when using the tag 'sap_swpm_generate_inifile' #917

Closed
berndfinger opened this issue Dec 17, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@berndfinger
Copy link
Member

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:

- name: SAP SWPM Pre Install - Create temporary directory on managed node

@berndfinger berndfinger added the bug Something isn't working label Dec 17, 2024
@berndfinger berndfinger self-assigned this Dec 17, 2024
@berndfinger 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
@berndfinger
Copy link
Member Author

Solved in #918.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant