From 54426e75aa235a1be3a91f67623c3a10d79e7f56 Mon Sep 17 00:00:00 2001
From: Alexander Dahl <post@lespocky.de>
Date: Fri, 18 Nov 2022 08:43:48 +0100
Subject: [PATCH] :rotating_light: Fix new-line-at-end-of-file warnings

yamllint warned:

setup-ssh.yml
  24:29     error    no new line character at the end of file  (new-line-at-end-of-file)

host_vars/pottwal.n39.eu/vars.yml
  41:61     error    no new line character at the end of file  (new-line-at-end-of-file)

host_vars/unicorn.n39.eu/vars.yml
  1:40      error    no new line character at the end of file  (new-line-at-end-of-file)
---
 host_vars/pottwal.n39.eu/vars.yml | 2 +-
 host_vars/unicorn.n39.eu/vars.yml | 2 +-
 setup-ssh.yml                     | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/host_vars/pottwal.n39.eu/vars.yml b/host_vars/pottwal.n39.eu/vars.yml
index 1139a67..e01460f 100644
--- a/host_vars/pottwal.n39.eu/vars.yml
+++ b/host_vars/pottwal.n39.eu/vars.yml
@@ -38,4 +38,4 @@ uptimekuma_host_port: 8085
 
 grafana_host_port: 8089
 grafana_domain_name: grafana.n39.eu
-grafana_admin_password: "{{ vault_grafana_admin_password }}"
\ No newline at end of file
+grafana_admin_password: "{{ vault_grafana_admin_password }}"
diff --git a/host_vars/unicorn.n39.eu/vars.yml b/host_vars/unicorn.n39.eu/vars.yml
index 467d832..0855361 100644
--- a/host_vars/unicorn.n39.eu/vars.yml
+++ b/host_vars/unicorn.n39.eu/vars.yml
@@ -1 +1 @@
-server_admin: "admin+unicorn@netz39.de"
\ No newline at end of file
+server_admin: "admin+unicorn@netz39.de"
diff --git a/setup-ssh.yml b/setup-ssh.yml
index 2d8c594..e5297a3 100644
--- a/setup-ssh.yml
+++ b/setup-ssh.yml
@@ -21,4 +21,4 @@
         insertbefore: BOF
         regexp: '^Include'
         line: Include config.d/n39_config
-      delegate_to: localhost
\ No newline at end of file
+      delegate_to: localhost