diff options
| -rwxr-xr-x | personal_infra/deploy_ragent_from_github | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/personal_infra/deploy_ragent_from_github b/personal_infra/deploy_ragent_from_github index a643e020..727cc095 100755 --- a/personal_infra/deploy_ragent_from_github +++ b/personal_infra/deploy_ragent_from_github @@ -5,4 +5,4 @@ set -ue run_id=$1 shift -ansible-playbook playbooks/site.yaml --tag deploy_ragent -e run_id=$run_id "$@" +rye run ansible-playbook playbooks/site.yaml --tag deploy_ragent -e run_id=$run_id "$@" |
