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

5 lines
120 B
YAML
Raw Normal View History

---
- name: remove buildah containers after testing
command: buildah rm busybox nginxc nginxc-2
ignore_errors: true