--- ## for bookworm only - name: "Add incus repository to bookworm system" ansible.builtin.include_tasks: add-repo.yaml when: ansible_distribution == "Debian" and ansible_distribution_release == "bookworm" # TODO: there might be remaining issues on other OSes like centos, etc - name: Install incus ansible.builtin.include_tasks: install.yaml