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