---
- name: Enable all Debian repos
  ansible.builtin.include_tasks: repositories.yml
  when: ansible_facts.distribution == "Debian"