---
- import_tasks: ubuntu.yml
  when: ansible_distribution == "Ubuntu"

- import_tasks: arch.yml
  when: ansible_distribution == "Archlinux"