🚨 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)
This commit is contained in:
Alexander Dahl 2022-11-18 08:39:00 +01:00
parent 9e6f3a2456
commit 4a263e3a0d
2 changed files with 0 additions and 2 deletions

View file

@ -95,7 +95,6 @@
TZ: "{{ timezone }}"
- name: Ensure container for shlink is running
docker_container:
name: shlink

View file

@ -170,4 +170,3 @@
- "53:53/udp"
env:
TZ: "{{ timezone }}"