infrastructure/ansible/roles/forgejo_runner/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
110 B
YAML

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