summaryrefslogtreecommitdiffstats
path: root/tests/roles/tear-down/tasks/main.yml
blob: 091971d6e146d3a907da2fbb84923d62cbe2dd50 (plain)
1
2
3
4
5
6
7
8
9
---
- name: stop docker-distribution service
  systemd: state=stopped name=docker-distribution

- name: stop httpd service
  systemd: state=stopped name=httpd

- name: remove /tmp/buildah
  file: path=/tmp/buildah state=absent