From 0a364b166b80529327c82670f59c0b9f5a74d9b1 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Tue, 23 Feb 2021 23:48:47 +0100 Subject: [PATCH] Remove unneeded fields (with typos). (#1887) (#1889) (cherry picked from commit e353390e6c3f044c0907f7825c430cd797eb84fc) --- plugins/inventory/linode.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/inventory/linode.py b/plugins/inventory/linode.py index c308fb8213..f0207aeb9c 100644 --- a/plugins/inventory/linode.py +++ b/plugins/inventory/linode.py @@ -32,12 +32,10 @@ DOCUMENTATION = r''' description: Populate inventory with instances in this region. default: [] type: list - required: false types: description: Populate inventory with instances with this type. default: [] type: list - required: false ''' EXAMPLES = r'''