infrastructure/ansible/roles/gitea/handlers/main.yml
Jake Howard a443d56a1c
Add a gitea deployment
Yep, it's that time of year _again_
2023-01-27 17:28:45 +00:00

5 lines
92 B
YAML

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