From 5ac5b2e3734717dd5eaf3265ecdafddc1c5181fa Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?D=C3=B3nal=20Cunningham?= <donal.cunningham@heanet.ie>
Date: Wed, 8 Dec 2021 20:36:58 +0000
Subject: [PATCH] Removed final tab from YAML file

---
 Section2/playbooks/host_vars/devicename.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Section2/playbooks/host_vars/devicename.yaml b/Section2/playbooks/host_vars/devicename.yaml
index 4bfd2ac..993c6f5 100644
--- a/Section2/playbooks/host_vars/devicename.yaml
+++ b/Section2/playbooks/host_vars/devicename.yaml
@@ -8,7 +8,7 @@ vlans:
       - address: 87.44.1.23
       - address: 87.44.4.56
 #
-    vrrp_group:		1
+    vrrp_group:         1
     vrrp_ip:            87.44.43.1
     vrrp_priority:      60
     vrrp_auth:          sooper_seekrit
-- 
GitLab