summaryrefslogtreecommitdiffstats
path: root/tests/roles/tear-down/tasks
diff options
context:
space:
mode:
Diffstat (limited to 'tests/roles/tear-down/tasks')
-rw-r--r--tests/roles/tear-down/tasks/main.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/roles/tear-down/tasks/main.yml b/tests/roles/tear-down/tasks/main.yml
index f54186d..091971d 100644
--- a/tests/roles/tear-down/tasks/main.yml
+++ b/tests/roles/tear-down/tasks/main.yml
@@ -4,3 +4,6 @@
- name: stop httpd service
systemd: state=stopped name=httpd
+
+- name: remove /tmp/buildah
+ file: path=/tmp/buildah state=absent