Fix zfs snapshot handling on root zvols (#936)

* Update zfs.py

Added support for snapshots when working with a root zvol that contains no / in its path.

* Added Changelog Fragment
This commit is contained in:
Hobnob
2020-09-28 21:04:24 +01:00
committed by GitHub
parent e5da25915d
commit 13fb60f58f
2 changed files with 3 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- zfs - fixed ``invalid character '@' in pool name"`` error when working with snapshots on a root zvol (https://github.com/ansible-collections/community.general/issues/932).