summaryrefslogtreecommitdiffstats
path: root/tests/roles/cli/tasks/cleanup.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/roles/cli/tasks/cleanup.yaml')
-rw-r--r--tests/roles/cli/tasks/cleanup.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/roles/cli/tasks/cleanup.yaml b/tests/roles/cli/tasks/cleanup.yaml
new file mode 100644
index 0000000..45f31d5
--- /dev/null
+++ b/tests/roles/cli/tasks/cleanup.yaml
@@ -0,0 +1,4 @@
+---
+- name: remove buildah containers after testing
+ command: buildah rm busybox nginxc nginxc-2
+ ignore_errors: true