aboutsummaryrefslogtreecommitdiffstats
path: root/ansible/roles/podman/tasks/main.yml
blob: 049f5c2301a8629f9a5690f03ecfa0019485acf3 (plain)
1
2
3
4
5
6
7
---

- name: Include tasks for Debian
  include_tasks: debian.yml
  when: (ansible_distribution in ['Debian', 'Raspbian'])

# TODO: add other distributions below