This reverts commit 61290b1bc7
since it removed the tests/ dir, which is obviously unwanted behavior.
7 lines
159 B
YAML
7 lines
159 B
YAML
---
|
|
- name: stop docker-distribution service
|
|
systemd: state=stopped name=docker-distribution
|
|
|
|
- name: stop httpd service
|
|
systemd: state=stopped name=httpd
|