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

install environment-modules from distribution

parent 92bd98c1
No related branches found
No related tags found
No related merge requests found
---
- name: install environment-modules
yum: name=environment-modules state=installed
sudo: true
when: ansible_os_family == 'RedHat'
- name: install environment-modules
apt: name=environment-modules state=installed
sudo: true
when: ansible_os_family == 'Debian'
- name: add /usr/local/Modules to the module file path
lineinfile:
args:
......
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