Mercurial > code > home > repos > infra
diff tasks.py @ 23:67fc0d4b1859
dead code
author | drewp@bigasterisk.com |
---|---|
date | Tue, 28 Dec 2021 22:10:02 -0800 |
parents | c5784e3d4f8d |
children | d4fb38f13c79 |
line wrap: on
line diff
--- a/tasks.py Tue Dec 28 22:09:43 2021 -0800 +++ b/tasks.py Tue Dec 28 22:10:02 2021 -0800 @@ -30,10 +30,7 @@ @task def net(ctx): - # workaround for https://github.com/Fizzadar/pyinfra/issues/702 - ctx.run(cmd + 'inventory.py exec -- rm -f /tmp/pyinfra-7ed098bf43cef74d8ab8ea095e4a95c92605c61c', pty=True, warn=True) - - ctx.run(cmd + 'inventory.py net.py', pty=True) + ctx.run(cmd + 'inventory.py net.py -v --limit prime', pty=True) @task