Mercurial > code > home > repos > infra
diff tasks.py @ 226:117cd86ffb53
echo cmd
author | drewp@bigasterisk.com |
---|---|
date | Sat, 02 Sep 2023 00:09:41 -0700 |
parents | 826db3c40fa7 |
children | 3f7ebff619e3 |
line wrap: on
line diff
--- a/tasks.py Sat Sep 02 00:09:28 2023 -0700 +++ b/tasks.py Sat Sep 02 00:09:41 2023 -0700 @@ -125,7 +125,7 @@ # https://github.com/Fizzadar/pyinfra/issues/787 #ctx.run(' '.join([cmd, 'inventory.py'] + configs), pty=True) for c in configs: - ctx.run(' '.join([cmd, 'inventory.py', c]), pty=True) + ctx.run(' '.join([cmd, 'inventory.py', c]), pty=True, echo=True) ctx.run('touch /my/proj/infra/ran_all.timestamp')