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

making sure environment-modules are installed

parent 807b6208
No related branches found
No related tags found
2 merge requests!314Dgxdeploy,!301Repo hotfix
--- ---
- 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