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