playbooks/setup-ai-workspace-restore.yml

12 lines
272 B
YAML

---
- name: Restore AI Workspace Data
hosts: localhost
connection: local
become: no
gather_facts: false
tasks:
- name: Run AI Workspace Restore Tasks
ansible.builtin.include_role:
name: roles/vhosts/ai-workspace
tasks_from: restore.yml