diff --git a/nornir_nautobot/plugins/tasks/dispatcher/default.py b/nornir_nautobot/plugins/tasks/dispatcher/default.py index 44b4747..4ebc1a1 100644 --- a/nornir_nautobot/plugins/tasks/dispatcher/default.py +++ b/nornir_nautobot/plugins/tasks/dispatcher/default.py @@ -459,7 +459,7 @@ def get_config( command = cls.config_command try: - result = task.run(task=netmiko_send_command, command_string=command) + result = task.run(task=netmiko_send_command, command_string=command, enable=True) except NornirSubTaskError as exc: if isinstance(exc.result.exception, NetmikoAuthenticationException): error_msg = f"`E1017:` Failed with an authentication issue: `{exc.result.exception}`"