10 lines
219 B
YAML
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]
|