Skip to content
Snippets Groups Projects
Commit 6a2eca4e authored by Chris Hines's avatar Chris Hines
Browse files

Merge branch 'modulecmd-update' into 'master'

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

See merge request !121

Former-commit-id: 1c47f801
parents 3a8816bc b7192849
No related branches found
No related tags found
No related merge requests found
......@@ -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