summaryrefslogtreecommitdiffstats
path: root/tests/roles/tear-down/tasks/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/roles/tear-down/tasks/main.yml')
-rw-r--r--tests/roles/tear-down/tasks/main.yml6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/roles/tear-down/tasks/main.yml b/tests/roles/tear-down/tasks/main.yml
deleted file mode 100644
index f54186d..0000000
--- a/tests/roles/tear-down/tasks/main.yml
+++ /dev/null
@@ -1,6 +0,0 @@
----
-- name: stop docker-distribution service
- systemd: state=stopped name=docker-distribution
-
-- name: stop httpd service
- systemd: state=stopped name=httpd