diff --git a/lib/ansible/module_utils/nxos.py b/lib/ansible/module_utils/nxos.py index bf08a4b62ee..6fd3a2960c4 100644 --- a/lib/ansible/module_utils/nxos.py +++ b/lib/ansible/module_utils/nxos.py @@ -306,7 +306,7 @@ class Nxapi: return responses - def load_config(self, config): + def load_config(self, commands): """Sends the ordered set of commands to the device """ cmds = ['configure terminal']