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

fix whitespace

parent 0383a983
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