diff options
| author | alex <alex@pdp7.net> | 2024-07-06 23:26:47 +0200 |
|---|---|---|
| committer | alexpdp7 <alex@corcoles.net> | 2024-07-06 23:28:03 +0200 |
| commit | 8d15396bfc78277a6b8d56fe72ef58264020b0a5 (patch) | |
| tree | b80ef47c95038f295e9764bb232a47a8e1575142 /personal_infra/deploy_ragent_from_github | |
| parent | 60a8a413a0620f09829b897822219a85c781dbdc (diff) | |
Use rye
Diffstat (limited to 'personal_infra/deploy_ragent_from_github')
| -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 "$@" |
