We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1c983ad + 5bf191e commit 5ec4660Copy full SHA for 5ec4660
1 file changed
ansible/playbooks/roles/compatibility_layer/defaults/main.yml
@@ -37,6 +37,9 @@ prefix_bootstrap_use_flags: |
37
# only install Python 3.13
38
*/* PYTHON_TARGETS: -* python3_13
39
*/* PYTHON_SINGLE_TARGET: -* python3_13
40
+ # Modules: disable installation of man pages and shell setup files to be able
41
+ # to also install Lmod. enable *conflict unload* and *require via* features.
42
+ sys-cluster/modules -shell-setup -man-install +new-features
43
prefix_use_builtin_bootstrap: false
44
prefix_custom_bootstrap_script:
45
local: "{{ playbook_dir }}/../../bootstrap-prefix.sh"
0 commit comments