ansible-role-podman/tasks/main.yml

8 lines
202 B
YAML
Raw Normal View History

2022-11-19 12:10:03 +01:00
---
- name: Ensure installation of podman (in Ubuntu)
include_tasks: install_ubuntu.yml
when: ansible_distribution == 'Ubuntu'
- name: Ensure configuration of podman
include_tasks: configure.yml