From 4a263e3a0d19c2309b32b48fcc417a804a128ff4 Mon Sep 17 00:00:00 2001
From: Alexander Dahl <post@lespocky.de>
Date: Fri, 18 Nov 2022 08:39:00 +0100
Subject: [PATCH] :rotating_light: Fix "too many blank lines" warnings

yamllint warned:

host-pottwal.yml
  98:1      error    too many blank lines (3 > 2)  (empty-lines)

host-tau.yml
  173:1     error    too many blank lines (1 > 0)  (empty-lines)
---
 host-pottwal.yml | 1 -
 host-tau.yml     | 1 -
 2 files changed, 2 deletions(-)

diff --git a/host-pottwal.yml b/host-pottwal.yml
index d2c9271..5a88ba5 100644
--- a/host-pottwal.yml
+++ b/host-pottwal.yml
@@ -95,7 +95,6 @@
           TZ: "{{ timezone }}"
 
 
-
     - name: Ensure container for shlink is running
       docker_container:
         name: shlink
diff --git a/host-tau.yml b/host-tau.yml
index 147ee7c..d640cde 100644
--- a/host-tau.yml
+++ b/host-tau.yml
@@ -170,4 +170,3 @@
           - "53:53/udp"
         env:
           TZ: "{{ timezone }}"
-