fix: decouple bridge deploy from local skills sync

This commit is contained in:
Haitao Pan 2026-04-30 12:07:43 +08:00
parent 1af963699a
commit c5f17b1c92
2 changed files with 3 additions and 0 deletions

View File

@ -5,4 +5,5 @@
gather_facts: true
roles:
- role: roles/agent_skills/
when: agent_skills_enabled | default(true) | bool
tags: [agent_skills]

View File

@ -1,5 +1,7 @@
---
- import_playbook: deploy_agent_skills.yml
vars:
agent_skills_enabled: "{{ xworkmate_bridge_agent_skills_enabled | default(false) }}"
- name: Ensure minimal XFCE XRDP desktop baseline
hosts: "{{ xworkmate_bridge_hosts | default('all') }}"