Mercurial > code > home > repos > infra
changeset 226:117cd86ffb53
echo cmd
author | drewp@bigasterisk.com |
---|---|
date | Sat, 02 Sep 2023 00:09:41 -0700 |
parents | f056421843da |
children | eef9d075b3ca |
files | tasks.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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')