5 lines
120 B
YAML
5 lines
120 B
YAML
|
---
|
||
|
- name: remove buildah containers after testing
|
||
|
command: buildah rm busybox nginxc nginxc-2
|
||
|
ignore_errors: true
|