Files
playbook-sample/roles/gitea/tasks/stop.yml
ebesson e53a7da36c
All checks were successful
continuous-integration/drone/push Build is passing
feat: initial commit
2021-01-15 21:32:00 +01:00

6 lines
96 B
YAML

---
- name: stop | ensure gitea is up and running
service:
name: gitea
state: stopped