mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-03-26 21:33:12 +00:00
arg_spec adjustments: modules [k-n]* (#10507)
* arg_spec adjustments: modules [k-n]* * adjust lxca tests * add changelog frag
This commit is contained in:
@@ -98,7 +98,7 @@ def gather_lldp(module):
|
||||
|
||||
def main():
|
||||
module_args = dict(
|
||||
multivalues=dict(type='bool', required=False, default=False)
|
||||
multivalues=dict(type='bool', default=False)
|
||||
)
|
||||
module = AnsibleModule(module_args)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user