mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-11 16:44:22 -07:00
parent
3f1c3a0532
commit
e98eb785df
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue