Keep, but ignore createparent option

reviewable/pr18780/r1
Johan Wirén 9 years ago
parent cd691fad0d
commit 98c84c560d

@ -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

Loading…
Cancel
Save