mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
bug fix on parameter in eos_config
The eos_config module has a bug where its trying to pass an argument that doesn't exist. This fixes that problem, removing the offending keywork argment
This commit is contained in:
parent
7700ec1f4c
commit
cca8a24d7e
1 changed files with 0 additions and 1 deletions
|
@ -211,7 +211,6 @@ def main():
|
||||||
)
|
)
|
||||||
|
|
||||||
module = get_module(argument_spec=argument_spec,
|
module = get_module(argument_spec=argument_spec,
|
||||||
mutually_exclusive=mutually_exclusive,
|
|
||||||
supports_check_mode=True)
|
supports_check_mode=True)
|
||||||
|
|
||||||
lines = module.params['lines']
|
lines = module.params['lines']
|
||||||
|
|
Loading…
Add table
Reference in a new issue