view service/dhcpleases/tasks.py @ 1613:03ed8c9abd5b

forget GRAPH_ID optimization in this case
author drewp@bigasterisk.com
date Mon, 06 Sep 2021 23:03:51 -0700
parents d7e82b1b31c4
children
line wrap: on
line source

from invoke import Collection
import sys
sys.path.append('/my/proj/release')
from serv_tasks import serv_tasks

ns = Collection()
serv_tasks(ns, 'serv.n3', 'dhcpLeases')