infrastructure/ansible/roles/gitea/handlers/main.yml

5 lines
92 B
YAML

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