Keep, but ignore createparent option
This commit is contained in:
parent
dc15c98e6f
commit
c54841fb3e
1 changed files with 2 additions and 0 deletions
|
@ -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…
Reference in a new issue