role-podman/tasks/main.yml

8 lines
174 B
YAML
Raw Normal View History

2023-09-08 20:41:09 +00:00
---
- name: Gather variables for each operating system
include_vars: "{{ ansible_distribution | lower }}.yml"
- include_tasks: install.yml
- include_tasks: configure.yml