From c4f1b1d02524e30262c5978c995013115be2ac24 Mon Sep 17 00:00:00 2001 From: Josh Lay Date: Sun, 19 Oct 2025 12:45:16 -0500 Subject: [PATCH] README: name example play, lintable --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bb07ec9..fb34467 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,8 @@ None. ## Example Playbook ```yaml -- hosts: servers +- name: ZFS + hosts: servers roles: - { role: zfs_dkms } ```