diff 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
line wrap: on
line diff
--- a/tasks.py	Sat Jun 11 22:55:10 2022 -0700
+++ b/tasks.py	Sat Jun 11 22:56:39 2022 -0700
@@ -36,7 +36,6 @@
 @task
 def dns(ctx):
     ctx.run(cmd + 'inventory.py dns.py', pty=True)
-    ctx.run(cmd + 'inventory.py dns_check.py', pty=True)
 
 
 @task