mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
Keep, but ignore createparent option
This commit is contained in:
@@ -196,6 +196,8 @@ def main():
|
|||||||
argument_spec = dict(
|
argument_spec = dict(
|
||||||
name = dict(type='str', required=True),
|
name = dict(type='str', required=True),
|
||||||
state = dict(type='str', required=True, choices=['present', 'absent']),
|
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,
|
supports_check_mode=True,
|
||||||
check_invalid_arguments=False
|
check_invalid_arguments=False
|
||||||
|
|||||||
Reference in New Issue
Block a user