From d64ae1830761e1ffe49114a1e9a38e9d4d965b0c Mon Sep 17 00:00:00 2001 From: Peter Sprygada Date: Sat, 6 Feb 2016 07:30:41 -0500 Subject: [PATCH] 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 --- network/eos/eos_config.py | 1 - 1 file changed, 1 deletion(-) diff --git a/network/eos/eos_config.py b/network/eos/eos_config.py index 62188d78025..95e95ef7877 100644 --- a/network/eos/eos_config.py +++ b/network/eos/eos_config.py @@ -211,7 +211,6 @@ def main(): ) module = get_module(argument_spec=argument_spec, - mutually_exclusive=mutually_exclusive, supports_check_mode=True) lines = module.params['lines']