Skip to content
Snippets Groups Projects
Commit 2d2c2732 authored by Simon Michnowicz's avatar Simon Michnowicz
Browse files

fixed typo

parent 7c43db99
No related branches found
No related tags found
1 merge request!601moved module init script names to run last
......@@ -34,7 +34,7 @@
# vars:
# MODULESHOMEvar: '/usr/share/modules'
#note, alias profile here is ovewritten b
#note, alias profile here is over written
- name: template modulecmd bash
template: src=modulecmd.sh.j2 dest=/etc/profile.d/zz_runlast_modulecmd.sh
become: true
......@@ -48,13 +48,13 @@
# become_user: root
# when: default_modules == "modulecmd"
- name: delete anachronistic file - simon to remove later
- name: delete anachronistic file simon to remove later
file:
path: /etc/profile.d/patchmodulecmd.sh.j2
state: absent
become: true
become_user: root
intore_errors: true
ignore_errors: true
- name: template modulecmd csh
......
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