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

Merge branch 'allow_stale_nfs' into 'master'

fix whitespace



See merge request !111
parents 5221cb5a 73c1b8e2
No related branches found
No related tags found
1 merge request!111fix whitespace
---
- name: remove /usr/local/ from the PATH in /etc/profile
lineinfile:
lineinfile:
args:
dest: "/etc/profile"
insertbefore: BOF
......@@ -9,7 +9,7 @@
become_user: root
- name: remove /usr/local/ from the PATH in /etc/profile
lineinfile:
lineinfile:
args:
dest: "/etc/profile"
regexp: ".*pathmunge /usr/local.*"
......
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