From 94a2f8634e03598d3ff431bcdbf1f840c98e1890 Mon Sep 17 00:00:00 2001 From: Klaas Demter Date: Fri, 31 Mar 2023 01:56:01 +0200 Subject: [PATCH] Update hosts readme to match actual behavior (#559) --- roles/hosts/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/hosts/README.md b/roles/hosts/README.md index a97a5684f..22120bae0 100644 --- a/roles/hosts/README.md +++ b/roles/hosts/README.md @@ -82,7 +82,7 @@ The role will strip the double space between the curly bracket in order to provi |`new_name`|""|yes|str|To use when changing a hosts's name.| |`description`|""|no|str|The description of the host.| |`inventory`|""|yes|str|The inventory the host applies against.| -|`enabled`|`True`|no|bool|If the host should be enabled.| +|`enabled`||no|bool|If the host should be enabled.| |`variables`|{}|no|str|The variables applicable to the host.| |`state`|`present`|no|str|Desired state of the resource.|