This reverts commit 61290b1bc7
since it removed the tests/ dir, which is obviously unwanted behavior.
13 lines
160 B
YAML
13 lines
160 B
YAML
---
|
|
# test buildah
|
|
- hosts: localhost
|
|
become: true
|
|
tags:
|
|
- classic
|
|
roles:
|
|
- prepare-env
|
|
- role: cli
|
|
tags:
|
|
- cli
|
|
- tear-down
|