From 5cce5a1adad5629f5fa5aed7ec38543ae2ea8e8e Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Sat, 7 Apr 2018 23:03:14 -0400 Subject: Revert "buildah-0.16-2.git4743c2e" This reverts commit 61290b1bc7bdace32a8f666ac2bfed4756ca0e14 since it removed the tests/ dir, which is obviously unwanted behavior. --- tests/roles/tear-down/tasks/main.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tests/roles/tear-down/tasks/main.yml (limited to 'tests/roles/tear-down/tasks/main.yml') 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 -- cgit