buildah/tests/roles/cli/tasks/cleanup.yaml
Yevhenii Shapovalov e671b026e2 add tests
2017-12-12 13:28:04 +02:00

5 lines
120 B
YAML

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