🚨 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)
This commit is contained in:
Alexander Dahl 2022-11-18 08:43:48 +01:00
parent 69d98b461d
commit 54426e75aa
3 changed files with 3 additions and 3 deletions

View file

@ -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 }}"
grafana_admin_password: "{{ vault_grafana_admin_password }}"

View file

@ -1 +1 @@
server_admin: "admin+unicorn@netz39.de"
server_admin: "admin+unicorn@netz39.de"

View file

@ -21,4 +21,4 @@
insertbefore: BOF
regexp: '^Include'
line: Include config.d/n39_config
delegate_to: localhost
delegate_to: localhost