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, 6 insertions, 0 deletions
diff --git a/tests/roles/tear-down/tasks/main.yml b/tests/roles/tear-down/tasks/main.yml
new file mode 100644
index 0000000..f54186d
--- /dev/null
+++ b/tests/roles/tear-down/tasks/main.yml
@@ -0,0 +1,6 @@
+---
+- name: stop docker-distribution service
+ systemd: state=stopped name=docker-distribution
+
+- name: stop httpd service
+ systemd: state=stopped name=httpd