diff tasks.py @ 110:de407da9224a

homedir links
author drewp@bigasterisk.com
date Sat, 20 Aug 2022 14:13:02 -0700
parents 8b8ef9d8f0fd
children 340d778a1682
line wrap: on
line diff
--- a/tasks.py	Sat Aug 20 14:12:46 2022 -0700
+++ b/tasks.py	Sat Aug 20 14:13:02 2022 -0700
@@ -74,6 +74,11 @@
 
 
 @task
+def home(ctx):
+    ctx.run(cmd + 'inventory.py home.py', pty=True)
+
+
+@task
 def pipe(ctx):
     ctx.run(cmd + 'inventory.py pipe.py --limit pipe', pty=True)
 
@@ -91,6 +96,7 @@
         'kube.py',
         'sync.py',
         'mail.py',
+        'home.py',
     ]
     # https://github.com/Fizzadar/pyinfra/issues/787
     #ctx.run(' '.join([cmd, 'inventory.py'] + configs), pty=True)