Skip to content
Snippets Groups Projects
Commit 54e47137 authored by Andreas Hamacher's avatar Andreas Hamacher
Browse files

making sure environment-modules are installed

Former-commit-id: 70a1b9ed
parent 04171d3b
No related branches found
No related tags found
No related merge requests found
--- ---
- name: make sure environment modules are installed
package:
name: environment-modules
state: installed
become: true
- name: template lmod bash - name: template lmod bash
template: src=lmod.sh.j2 dest=/etc/profile.d/lmod.sh template: src=lmod.sh.j2 dest=/etc/profile.d/lmod.sh
become: true become: true
become_user: root become_user: root
when: default_modules == "lmod" when: default_modules == "lmod"
......
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