6 lines
112 B
YAML
6 lines
112 B
YAML
|
- hosts: buildah-container
|
||
|
connection: buildah
|
||
|
gather_facts: no
|
||
|
roles:
|
||
|
- { role: connection_buildah }
|