mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
zfs_delegate_admin: drop choices from permissions (#2540)
instead of whitelisting some subset of known existing permissions, just allow any string to be used as permissions. this way, any permission supported by the underlying zfs commands can be used, eg. 'bookmark', 'load-key', 'change-key' and all property permissions, which were missing from the choices list.
This commit is contained in:
2
changelogs/fragments/2540-zfs-delegate-choices.yml
Normal file
2
changelogs/fragments/2540-zfs-delegate-choices.yml
Normal file
@@ -0,0 +1,2 @@
|
||||
minor_changes:
|
||||
- zfs_delegate_admin - drop choices from permissions, allowing any permission supported by the underlying zfs commands (https://github.com/ansible-collections/community.general/pull/2540).
|
||||
Reference in New Issue
Block a user