summaryrefslogtreecommitdiffstats
path: root/tests/roles/tear-down/tasks
diff options
context:
space:
mode:
authorYevhenii Shapovalov <yshapova@redhat.com>2017-12-12 13:28:04 +0200
committerYevhenii Shapovalov <yshapova@redhat.com>2017-12-12 13:28:04 +0200
commite671b026e23409916843dcdaa52c4a0093954266 (patch)
treea2fb57055b78416e767af184e79167071524eefb /tests/roles/tear-down/tasks
parentc55445e494a75fedd4b351d71c6d9e0a0fcae85e (diff)
downloadbuildah-e671b026e23409916843dcdaa52c4a0093954266.tar.gz
buildah-e671b026e23409916843dcdaa52c4a0093954266.tar.xz
buildah-e671b026e23409916843dcdaa52c4a0093954266.zip
add tests
Diffstat (limited to 'tests/roles/tear-down/tasks')
-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