mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
@@ -198,8 +198,9 @@ class Zfs(object):
|
|||||||
if source == 'local':
|
if source == 'local':
|
||||||
properties[prop] = value
|
properties[prop] = value
|
||||||
# Add alias for enhanced sharing properties
|
# Add alias for enhanced sharing properties
|
||||||
properties['sharenfs'] = properties.get('share.nfs', None)
|
if self.enhanced_sharing:
|
||||||
properties['sharesmb'] = properties.get('share.smb', None)
|
properties['sharenfs'] = properties.get('share.nfs', None)
|
||||||
|
properties['sharesmb'] = properties.get('share.smb', None)
|
||||||
return properties
|
return properties
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user