From 83d1c6ea8fa68fb9a0001bbbf0c8cf9bf1c6db3a Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Fri, 18 Mar 2022 21:19:24 +0100 Subject: [PATCH] Remove default for required=true option. (#4376) --- plugins/lookup/nios_next_network.py | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/lookup/nios_next_network.py b/plugins/lookup/nios_next_network.py index a1c913320a..61ab1cb017 100644 --- a/plugins/lookup/nios_next_network.py +++ b/plugins/lookup/nios_next_network.py @@ -48,7 +48,6 @@ options: - The CIDR of the network to retrieve the next network from next available network within the specified container. Also, Requested CIDR must be specified and greater than the parent CIDR. required: True - default: 24 num: description: The number of network addresses to return from network-container required: false