From 361bd57ad9b232f3c01554e4953fe792a5f9fdee Mon Sep 17 00:00:00 2001 From: Josh Lay Date: Sun, 19 Oct 2025 11:01:08 -0500 Subject: [PATCH] README: +community.general.zfs --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 614193e..63d538d 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,10 @@ Manages [ZFS on Linux](https://zfsonlinux.org/) for [Red Hat/derivatives](https://openzfs.github.io/openzfs-docs/Getting%20Started/RHEL-based%20distro/index.html), [Debian](https://openzfs.github.io/openzfs-docs/Getting%20Started/Debian/index.html), and [Ubuntu](https://openzfs.github.io/openzfs-docs/Getting%20Started/Ubuntu/index.html). -See [community.general.zpool](https://docs.ansible.com/ansible/latest/collections/community/general/zpool_module.html) -for pool management. +For pools/volumes, see: + +1. [community.general.zpool](https://docs.ansible.com/ansible/latest/collections/community/general/zpool_module.html) +2. [community.general.zfs](https://docs.ansible.com/ansible/latest/collections/community/general/zfs_module.html) Requirements ------------