summaryrefslogtreecommitdiff
path: root/system
diff options
context:
space:
mode:
authorJohan Wirén <johan.wiren.se@gmail.com>2015-12-11 00:24:29 +0100
committerJohan Wirén <johan.wiren.se@gmail.com>2015-12-11 00:24:29 +0100
commit98c84c560d6c4979d4a58c457f03f7154598c7bf (patch)
treed9163633549e61465fba1195790ba73b8aa12457 /system
parentcd691fad0dc67c010c8a062ab79b4b01dfdc401b (diff)
downloadansible-modules-extras-98c84c560d6c4979d4a58c457f03f7154598c7bf.tar.gz
Keep, but ignore createparent option
Diffstat (limited to 'system')
-rw-r--r--system/zfs.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/system/zfs.py b/system/zfs.py
index 1d1c48e8..cf74c5b0 100644
--- a/system/zfs.py
+++ b/system/zfs.py
@@ -196,6 +196,8 @@ def main():
argument_spec = dict(
name = dict(type='str', required=True),
state = dict(type='str', required=True, choices=['present', 'absent']),
+ # No longer used. Kept here to not interfere with zfs properties
+ createparent = dict(type='bool', required=False)
),
supports_check_mode=True,
check_invalid_arguments=False