Merge pull request #250 from ansible/revert-247-zfs-list-snapshots
Revert "Add listsnapshots property to zfs"
This commit is contained in:
commit
f353cde1c5
1 changed files with 0 additions and 6 deletions
|
@ -96,11 +96,6 @@ options:
|
|||
- The jailed property.
|
||||
required: False
|
||||
choices: ['on','off']
|
||||
listsnapshots:
|
||||
description:
|
||||
- the listsnapshots property.
|
||||
required: False
|
||||
choices: ['on','off']
|
||||
logbias:
|
||||
description:
|
||||
- The logbias property.
|
||||
|
@ -356,7 +351,6 @@ def main():
|
|||
# Not supported
|
||||
#'groupquota': {'required': False},
|
||||
'jailed': {'required': False, 'choices':['on', 'off']},
|
||||
'listsnapshots': {'required': False, 'choices':['on', 'off']},
|
||||
'logbias': {'required': False, 'choices':['latency', 'throughput']},
|
||||
'mountpoint': {'required': False},
|
||||
'nbmand': {'required': False, 'choices':['on', 'off']},
|
||||
|
|
Loading…
Reference in a new issue