muppeth
bd4c5af5bb
- Updated to version 9.0.2 - Improved and simplified download url - Applied style guide Co-authored-by: meaz <meaz@disroot.org> Reviewed-on: #61 Reviewed-by: meaz <meaz@no-reply@disroot.org> Co-authored-by: muppeth <muppeth@disroot.org> Co-committed-by: muppeth <muppeth@disroot.org>
11 lines
161 B
YAML
11 lines
161 B
YAML
---
|
|
|
|
- name: 'Restart forgejo'
|
|
systemd:
|
|
name: 'forgejo'
|
|
state: 'restarted'
|
|
|
|
- name: 'Stop forgejo'
|
|
systemd:
|
|
name: 'forgejo'
|
|
state: 'stopped'
|