fix: decouple bridge deploy from local skills sync
This commit is contained in:
parent
1af963699a
commit
c5f17b1c92
@ -5,4 +5,5 @@
|
||||
gather_facts: true
|
||||
roles:
|
||||
- role: roles/agent_skills/
|
||||
when: agent_skills_enabled | default(true) | bool
|
||||
tags: [agent_skills]
|
||||
|
||||
@ -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') }}"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user