Skip to content
Snippets Groups Projects
Commit 6efcad21 authored by Jafar Lie's avatar Jafar Lie
Browse files

changed zz_modulecmd to modulecmd, so the list of custom modules load properly

parent 1dadbbd1
No related branches found
No related tags found
1 merge request!121changed zz_modulecmd to modulecmd, so the list of custom modules load properly
......@@ -25,13 +25,13 @@
when: default_modules == "lmod"
- name: template modulecmd bash
template: src=modulecmd.sh.j2 dest=/etc/profile.d/zz_modulecmd.sh
template: src=modulecmd.sh.j2 dest=/etc/profile.d/modulecmd.sh
become: true
become_user: root
when: default_modules == "modulecmd"
- name: template modulecmd csh
template: src=modulecmd.csh.j2 dest=/etc/profile.d/zz_modulecmd.csh
template: src=modulecmd.csh.j2 dest=/etc/profile.d/modulecmd.csh
become: true
become_user: root
when: default_modules == "modulecmd"
......
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