buildah/tests/roles/cli/tasks/cleanup.yaml

5 lines
120 B
YAML
Raw Normal View History

2017-12-12 11:28:04 +00:00
---
- name: remove buildah containers after testing
command: buildah rm busybox nginxc nginxc-2
ignore_errors: true