lint: remove empty lines after ---

This commit is contained in:
uumas
2025-01-27 04:53:33 +02:00
parent 8825bba2c6
commit 34de2fe02b
17 changed files with 0 additions and 17 deletions

View File

@@ -1,5 +1,4 @@
---
- name: Add caddy vhost config
ansible.builtin.blockinfile:
path: /etc/caddy/Caddyfile

View File

@@ -1,5 +1,4 @@
---
- name: Fail if vhost_redirect_target is a relative path and vhost_redirect_preserve_path is true
ansible.builtin.fail:
msg: vhost_redirect_target must be an absolute url or absolute path if vhost_redirect_preserve_path is true