We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Following luna 2 role
https://github.com/clustervision/trinityX/blob/main/site/roles/trinity/luna2/tasks/main.yml - name: Get python libdir shell: "echo /trinity/local/python/lib/python*" register: luna2_python_dir changed_when: false
The entire file has statically defined paths to /trinity/local instead off {{ trinity_local }}
Expected results
The text was updated successfully, but these errors were encountered:
Indeed, assigned internal ticket TRIX-388
Sorry, something went wrong.
Thanks for reporting, changing the defaults at this point is not (yet) supported and causes issues with multiple components
No branches or pull requests
Following luna 2 role
The entire file has statically defined paths to /trinity/local instead off {{ trinity_local }}
Expected results
Currently this breaks the suggestion to use separate filesystems
The text was updated successfully, but these errors were encountered: