diff --git a/inventory_provider/tasks/worker.py b/inventory_provider/tasks/worker.py index 956b3f6195baca105dafffedc273bd0d16d839a8..42515b36369a65b2d47120a282a6420d5e8e324c 100644 --- a/inventory_provider/tasks/worker.py +++ b/inventory_provider/tasks/worker.py @@ -652,7 +652,7 @@ def retrieve_and_persist_netconf_config_nokia( def refresh_nokia_interface_list(hostname, netconf, lab=False): - r = get_next_redis(InventoryTask.config).pipeline() + r = get_next_redis(InventoryTask.config) _refresh_nokia_interface_list(hostname, netconf, r, lab)