Skip to content

Commit 1ba0ef4

Browse files
mrveissclaude
andauthored
fix(ansible): deploy.yml standalone redeploy now installs python3.12 prerequisite (#3538) (#3568)
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 30a12a8 commit 1ba0ef4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

autobot-slm-backend/ansible/deploy.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,12 @@
5151
when: "'frontend' in role_list"
5252

5353
# AI/ML Roles
54+
# python312 must be present before ai-stack creates its venv (#3538)
55+
- name: Install Python 3.12 prerequisite for ai-stack
56+
ansible.builtin.include_role:
57+
name: python312
58+
when: "'ai-stack' in role_list"
59+
5460
- name: Deploy npu-worker role
5561
ansible.builtin.include_role:
5662
name: npu-worker

0 commit comments

Comments
 (0)