role-podman/tasks/main.yml
2023-09-08 22:41:09 +02:00

8 lines
174 B
YAML

---
- name: Gather variables for each operating system
include_vars: "{{ ansible_distribution | lower }}.yml"
- include_tasks: install.yml
- include_tasks: configure.yml