refactor: update FreeCAD MCP configuration and deployment settings for consistency
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
import_playbook: ../agent_s/deploy.yml
|
||||
|
||||
- name: Deploy Rommie MCP Server
|
||||
hosts: caliban
|
||||
hosts: rommie
|
||||
become: yes
|
||||
vars:
|
||||
rommie_venv: "/home/{{principal_user}}/env/rommie"
|
||||
@@ -29,6 +29,15 @@
|
||||
args:
|
||||
creates: "{{rommie_venv}}/bin/activate"
|
||||
|
||||
- name: Install gui-agents (ignore upstream Python version cap)
|
||||
become_user: "{{principal_user}}"
|
||||
command: >
|
||||
{{rommie_venv}}/bin/pip install
|
||||
--ignore-requires-python
|
||||
"gui-agents>=0.3.1"
|
||||
args:
|
||||
creates: "{{rommie_venv}}/lib/python3.13/site-packages/gui_agents"
|
||||
|
||||
- name: Install Rommie into virtual environment
|
||||
become_user: "{{principal_user}}"
|
||||
pip:
|
||||
|
||||
Reference in New Issue
Block a user