Mercurial > code > home > repos > infra
comparison pi-setup/tasks.py @ 288:3af02e24eaf9
minor
author | drewp@bigasterisk.com |
---|---|
date | Sun, 21 Apr 2024 17:01:13 -0700 |
parents | 957eb07e06e6 |
children | b3acb9fff274 |
comparison
equal
deleted
inserted
replaced
287:c094d23b7943 | 288:3af02e24eaf9 |
---|---|
16 | 16 |
17 | 17 |
18 @task | 18 @task |
19 def iscsi(ctx, hostname): | 19 def iscsi(ctx, hostname): |
20 ctx.run(cmd + f'pdm run -p .. setup_pi.py --iscsi {hostname}', pty=True) | 20 ctx.run(cmd + f'pdm run -p .. setup_pi.py --iscsi {hostname}', pty=True) |
21 | |
22 |