Skip to content
Snippets Groups Projects
Commit 2a754513 authored by Gin Tan (Monash University)'s avatar Gin Tan (Monash University)
Browse files

Merge branch 'master' of gitlab.erc.monash.edu.au:hpc-team/ansible_cluster_in_a_box into 90-network

Former-commit-id: f79bcd03
parents a90b9355 da7e1a19
No related branches found
No related tags found
No related merge requests found
......@@ -30,6 +30,12 @@
become_user: root
when: default_modules == "modulecmd"
- name: template patchmodulecmd bash
template: src=patchmodulecmd.sh.j2 dest=/etc/profile.d/patchmodulecmd.sh.j2
become: true
become_user: root
when: default_modules == "modulecmd"
- name: template modulecmd csh
template: src=modulecmd.csh.j2 dest=/etc/profile.d/modulecmd.csh
become: true
......
module() { eval `/usr/bin/modulecmd bash $*`; /usr/local/bin/modulelog $*;}
export -f module
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