infrastructure/ansible/roles/forgejo/handlers/main.yml
Jake Howard ca1d7015a7
Migrate from gitea to forgejo
It's not just the colour scheme, honest!

Some things still need renaming, but at least the application has moved.
2024-08-25 16:48:21 +01:00

4 lines
92 B
YAML

- name: restart gitea
shell:
chdir: /opt/gitea
cmd: "{{ docker_update_command }}"