From 98a09cc73e150a077d8e43c6794d5b42a77375fc Mon Sep 17 00:00:00 2001 From: Vladimir Botka Date: Fri, 17 Jan 2025 01:31:31 +0100 Subject: [PATCH] Fix documentation type bool --- plugins/inventory/iocage.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/inventory/iocage.py b/plugins/inventory/iocage.py index 54e63636956..f43df4162ab 100644 --- a/plugins/inventory/iocage.py +++ b/plugins/inventory/iocage.py @@ -51,13 +51,13 @@ - Enable execution as root. - This requires passwordless sudo of the command C(iocage list*) - If O(env) is used C(SETENV) tag is needed. - type: boolean + type: bool default: false get_properties: description: - Get jails' properties. Creates dictionary C(iocage_properties) for each added host. - type: boolean + type: bool default: false env: description: O(user)'s environment on O(host).