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

Merge branch 'allow_stale_nfs' into 'master'

fix whitespace



See merge request !111

Former-commit-id: d1f02922
parents de8d8e94 0c0fadb3
No related branches found
No related tags found
No related merge requests found
---
- 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