Skip to content
Snippets Groups Projects

fix whitespace

Merged Chris Hines requested to merge allow_stale_nfs into master
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
---
- 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.*"
Loading