20 lines
298 B
YAML
20 lines
298 B
YAML
|
---
|
||
|
# test buildah
|
||
|
- hosts: localhost
|
||
|
become: true
|
||
|
tags:
|
||
|
- classic
|
||
|
roles:
|
||
|
- role: prepare-env
|
||
|
tags:
|
||
|
- env
|
||
|
- role: github-buildah
|
||
|
tags:
|
||
|
- github-buildah
|
||
|
- role: github-runc
|
||
|
tags:
|
||
|
- github-runc
|
||
|
- role: cli
|
||
|
tags:
|
||
|
- cli
|