🚨 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
This commit is contained in:
Alexander Dahl 2025-02-19 21:49:57 +01:00
parent 49dd796a05
commit 3730c67be0

View file

@ -6,4 +6,4 @@
- name: Ensure nfs-common is installed on k3s VMs - name: Ensure nfs-common is installed on k3s VMs
ansible.builtin.apt: ansible.builtin.apt:
pkg: nfs-common pkg: nfs-common
state: present state: present