comparison tasks.py @ 72:f0e59adf7b91

updates that aren't pkg or version changes
author drewp@bigasterisk.com
date Sat, 11 Jun 2022 22:56:39 -0700
parents 4a28a6b26af4
children b70070570e10
comparison
equal deleted inserted replaced
71:52156d3898c5 72:f0e59adf7b91
34 34
35 35
36 @task 36 @task
37 def dns(ctx): 37 def dns(ctx):
38 ctx.run(cmd + 'inventory.py dns.py', pty=True) 38 ctx.run(cmd + 'inventory.py dns.py', pty=True)
39 ctx.run(cmd + 'inventory.py dns_check.py', pty=True)
40 39
41 40
42 @task 41 @task
43 def dns_check(ctx): 42 def dns_check(ctx):
44 ctx.run(cmd + 'inventory.py dns_check.py -v', pty=True) 43 ctx.run(cmd + 'inventory.py dns_check.py -v', pty=True)