Skip to content

Commit 5ec4660

Browse files
authored
Merge pull request #231 from xdelaruelle/modules_use
add installation options for sys-cluster/modules pkg
2 parents 1c983ad + 5bf191e commit 5ec4660

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

  • ansible/playbooks/roles/compatibility_layer/defaults

ansible/playbooks/roles/compatibility_layer/defaults/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ prefix_bootstrap_use_flags: |
3737
# only install Python 3.13
3838
*/* PYTHON_TARGETS: -* python3_13
3939
*/* 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
4043
prefix_use_builtin_bootstrap: false
4144
prefix_custom_bootstrap_script:
4245
local: "{{ playbook_dir }}/../../bootstrap-prefix.sh"

0 commit comments

Comments
 (0)