workstation/roles/distro/tasks/main.yml

4 lines
90 B
YAML

---
- include: debian.yml
when: ansible_distribution == 'Debian'
- include: modules.yml