7 lines
103 B
YAML
7 lines
103 B
YAML
- name: Install and configure podman.
|
|
|
|
hosts: podman
|
|
|
|
roles:
|
|
- role: podman
|
|
become: true
|