7 lines
216 B
YAML
7 lines
216 B
YAML
---
|
|
- name: "Add incus repository to system"
|
|
ansible.builtin.include_tasks: add-repo.yaml
|
|
|
|
# TODO: Should presumably be split
|
|
- name: "Install and bootstrap incus"
|
|
ansible.builtin.include_tasks: bootstrap.yaml
|