From cca8a24d7e5d2b4161fa410882404badc946a476 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 --- lib/ansible/modules/network/eos/eos_config.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/ansible/modules/network/eos/eos_config.py b/lib/ansible/modules/network/eos/eos_config.py index 62188d78025..95e95ef7877 100644 --- a/lib/ansible/modules/network/eos/eos_config.py +++ b/lib/ansible/modules/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']