From 14a0cf142daa4368407fa065a1d2f8a7f56bb57c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johan=20Wir=C3=A9n?= Date: Wed, 9 Dec 2015 00:30:39 +0100 Subject: [PATCH] Documentation fixes --- lib/ansible/modules/extras/system/zfs.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/ansible/modules/extras/system/zfs.py b/lib/ansible/modules/extras/system/zfs.py index ff3e89a309..459d9d5582 100644 --- a/lib/ansible/modules/extras/system/zfs.py +++ b/lib/ansible/modules/extras/system/zfs.py @@ -39,6 +39,7 @@ options: origin: description: - Snapshot from which to create a clone + default: null required: false createparent: description: @@ -48,6 +49,8 @@ options: key_value: description: - The C(zfs) module takes key=value pairs for zfs properties to be set. See the zfs(8) man page for more information. + default: null + required: false author: "Johan Wiren (@johanwiren)" '''