🚨 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:
parent
49dd796a05
commit
3730c67be0
1 changed files with 1 additions and 1 deletions
|
@ -6,4 +6,4 @@
|
|||
- name: Ensure nfs-common is installed on k3s VMs
|
||||
ansible.builtin.apt:
|
||||
pkg: nfs-common
|
||||
state: present
|
||||
state: present
|
||||
|
|
Loading…
Add table
Reference in a new issue