Skip to content
Snippets Groups Projects
Commit b343e0ec authored by Andreas Hamacher's avatar Andreas Hamacher
Browse files

Computenodes now use modulecmd instead of lmod

Former-commit-id: 891b6477
parent 47f047aa
No related branches found
No related tags found
No related merge requests found
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
- { role: nfs-client, nfsMounts: "{{ computeNfsMounts }}", tags: [ filesystems ] } - { role: nfs-client, nfsMounts: "{{ computeNfsMounts }}", tags: [ filesystems ] }
- { role: slurm-common, tags: [ slurm, slurm-common ] } - { role: slurm-common, tags: [ slurm, slurm-common ] }
- { role: lmod, tags: [ other ] } - { role: lmod, tags: [ other ] }
- { role: enable_modules, default_modules: "lmod", tags: [ other ] } - { role: enable_modules, default_modules: "modulecmd", tags: [ other ] }
- { role: postfix, tags: [ mail, other ] } - { role: postfix, tags: [ mail, other ] }
- hosts: 'VisNodes' - hosts: 'VisNodes'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment