2018-04-08 03:03:14 +00:00
|
|
|
---
|
|
|
|
# test buildah
|
|
|
|
- hosts: localhost
|
|
|
|
become: true
|
|
|
|
tags:
|
|
|
|
- classic
|
|
|
|
roles:
|
2018-04-18 13:26:10 +00:00
|
|
|
- role: prepare-env
|
|
|
|
tags:
|
|
|
|
- env
|
|
|
|
- role: github-runc
|
|
|
|
tags:
|
|
|
|
- github-runc
|
2018-04-08 03:03:14 +00:00
|
|
|
- role: cli
|
|
|
|
tags:
|
|
|
|
- cli
|