8 lines
202 B
YAML
8 lines
202 B
YAML
|
---
|
||
|
- 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
|