Mercurial > code > home > repos > infra
diff tasks.py @ 40:193cd3b051c6 master
versions and ips
author | drewp@bigasterisk.com |
---|---|
date | Mon, 17 Jan 2022 12:12:02 -0800 |
parents | dc2100504c45 |
children | ee00f4b5801a |
line wrap: on
line diff
--- a/tasks.py Sun Jan 16 12:12:50 2022 -0800 +++ b/tasks.py Mon Jan 17 12:12:02 2022 -0800 @@ -30,7 +30,7 @@ @task def net(ctx): - ctx.run(cmd + 'inventory.py net.py -v --limit garage', pty=True) + ctx.run(cmd + 'inventory.py net.py -v', pty=True) @task @@ -55,7 +55,7 @@ @task def mail(ctx): - ctx.run(cmd + 'inventory.py mail.py -vv', pty=True) + ctx.run(cmd + 'inventory.py mail.py', pty=True) @task