Skip to content
Snippets Groups Projects
Commit 65438596 authored by Robert Latta's avatar Robert Latta
Browse files

reinstated excution after testing

parent 71d4887a
No related branches found
No related tags found
No related merge requests found
......@@ -85,7 +85,7 @@ def internal_refresh_phase_2_ims(self):
# for hostname in data.derive_router_hostnames(InventoryTask.config):
for hostname in netdash_equipment:
logger.debug(f'queueing router refresh jobs for {hostname}')
# subtasks.append(reload_router_config.apply_async(args=[hostname]))
subtasks.append(reload_router_config.apply_async(args=[hostname]))
pending_task_ids = [x.id for x in subtasks]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment