dotfiles/roles/os_deb/tasks/main.yml

5 lines
133 B
YAML
Raw Normal View History

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