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

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

Former-commit-id: 6efcad21
parent 6280fc99
No related branches found
No related tags found
No related merge requests found
...@@ -25,13 +25,13 @@ ...@@ -25,13 +25,13 @@
when: default_modules == "lmod" when: default_modules == "lmod"
- name: template modulecmd bash - 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: true
become_user: root become_user: root
when: default_modules == "modulecmd" when: default_modules == "modulecmd"
- name: template modulecmd csh - 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: true
become_user: root become_user: root
when: default_modules == "modulecmd" 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