From 3730c67be004b2fd330e42228eb9d754c8d952f1 Mon Sep 17 00:00:00 2001 From: Alexander Dahl Date: Wed, 19 Feb 2025 21:49:57 +0100 Subject: [PATCH] :rotating_light: Add newline at eof Fixes the following ansible-lint warning: yaml[new-line-at-end-of-file]: No new line character at the end of file group-k3s.yml:9 --- group-k3s.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/group-k3s.yml b/group-k3s.yml index e653d64..22c521d 100644 --- a/group-k3s.yml +++ b/group-k3s.yml @@ -6,4 +6,4 @@ - name: Ensure nfs-common is installed on k3s VMs ansible.builtin.apt: pkg: nfs-common - state: present \ No newline at end of file + state: present