From 73c1b8e24afd08bca7ed154cb6d2e518a7a37c1d Mon Sep 17 00:00:00 2001
From: Chris Hines <chris.hines@monash.edu>
Date: Mon, 2 Jan 2017 23:17:40 +0000
Subject: [PATCH] fix whitespace

---
 roles/allow_stale_nfs/tasks/main.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/roles/allow_stale_nfs/tasks/main.yml b/roles/allow_stale_nfs/tasks/main.yml
index b7c6b948..03358979 100644
--- a/roles/allow_stale_nfs/tasks/main.yml
+++ b/roles/allow_stale_nfs/tasks/main.yml
@@ -1,6 +1,6 @@
 ---
 - 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.*"
-- 
GitLab