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

modify the modulefiles role to make it work on ubuntu

parent a0200863
No related branches found
No related tags found
No related merge requests found
......@@ -14,4 +14,14 @@
args:
dest: /usr/share/Modules/init/.modulespath
line: /usr/local/Modules/modulefiles
ignore_errors: true
sudo: true
# for some reason ubuntu uses lowercase modules
- name: add /usr/local/Modules to the module file path
lineinfile:
args:
dest: /usr/share/modules/init/.modulespath
line: /usr/local/Modules/modulefiles
ignore_errors: true
sudo: true
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