infrastructure/ansible/roles/gitea/handlers/main.yml
Jake Howard 41915ec69c
Replace gitlab with gitea
Leave gitlab in place for a bit in case I need to get at data
2021-01-18 20:14:38 +00:00

5 lines
92 B
YAML

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