playbooks/setup-ai-agent-skills.yml
2026-05-26 12:58:56 +08:00

10 lines
219 B
YAML

---
- name: Setup AI agent skills
hosts: all
become: true
gather_facts: true
roles:
- role: roles/ai_agent_runtime/
when: ai_agent_runtime_enabled | default(true) | bool
tags: [ai_agent_runtime]