From: alex Date: Sat, 6 Jul 2024 21:26:47 +0000 (+0200) Subject: Use rye X-Git-Tag: 20241020-emacs~134 X-Git-Url: https://xn--ix-yja.es/gitweb/?a=commitdiff_plain;h=8d15396bfc78277a6b8d56fe72ef58264020b0a5;p=alex.git Use rye --- diff --git a/personal_infra/deploy_ragent_from_github b/personal_infra/deploy_ragent_from_github index a643e02..727cc09 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 "$@"