zfs_delegate_admin: add diff,hold,release to list of permissions (#278)

Co-authored-by: Lauri Tirkkonen <lauri@tuxera.com>
This commit is contained in:
Lauri Tirkkonen 2020-05-05 14:02:14 +03:00 committed by GitHub
parent 385d03a629
commit 75107c807c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 3 deletions

View file

@ -0,0 +1,2 @@
bugfixes:
- zfs_delegate_admin - add missing choices diff/hold/release to the permissions parameter (https://github.com/ansible-collections/community.general/pull/278)