dotfiles/roles/os_deb/tasks/main.yml
Matej Focko 7e1d9a7fc3
feat(os_deb): create role for setting apt repos
Signed-off-by: Matej Focko <me@mfocko.xyz>
2024-12-26 15:42:04 +01:00

4 lines
133 B
YAML

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