summaryrefslogtreecommitdiffstats
path: root/tests/roles/cli/tasks/cleanup.yaml
blob: 45f31d571f91a1df992834406a50446b855969e8 (plain)
1
2
3
4
---
- name: remove buildah containers after testing
  command: buildah rm busybox nginxc nginxc-2
  ignore_errors: true