forked from bitlair/ansible
8 lines
183 B
YAML
8 lines
183 B
YAML
---
|
|
- ansible.builtin.import_tasks:
|
|
file: ../../common/handlers/main.yaml
|
|
|
|
- name: restart forgejo-runner
|
|
ansible.builtin.systemd:
|
|
name: forgejo-runner
|
|
state: restarted
|