From 88d8820f1b170225c7b17adcef3fe1bfe85d190c Mon Sep 17 00:00:00 2001 From: Evgeni Golov Date: Fri, 1 Apr 2016 11:04:35 +0200 Subject: [PATCH] explicitly set "default: null" in the docs --- lib/ansible/modules/extras/cloud/lxc/lxc_container.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ansible/modules/extras/cloud/lxc/lxc_container.py b/lib/ansible/modules/extras/cloud/lxc/lxc_container.py index 3b460d04ad6..adacece555f 100644 --- a/lib/ansible/modules/extras/cloud/lxc/lxc_container.py +++ b/lib/ansible/modules/extras/cloud/lxc/lxc_container.py @@ -57,6 +57,7 @@ options: description: - Path to the LXC configuration file. required: false + default: null lv_name: description: - Name of the logical volume, defaults to the container name.