Mercurial > code > home > repos > infra
diff tasks.py @ 202:a5399e8b47b6
upgrade some ubuntu
author | drewp@bigasterisk.com |
---|---|
date | Fri, 30 Jun 2023 22:36:53 -0700 |
parents | 522f26c8f691 |
children | 826db3c40fa7 |
line wrap: on
line diff
--- a/tasks.py Fri Jun 23 23:03:44 2023 -0700 +++ b/tasks.py Fri Jun 30 22:36:53 2023 -0700 @@ -5,7 +5,7 @@ export HOME eval `keychain --quiet --eval id_ecdsa` cd /my/proj/infra -~drewp/bin/pdm run pyinfra ''' +pdm run pyinfra ''' def _run(ctx, s): ctx.run(cmd + 'inventory.py %s' % s, pty=True, echo=True)