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

11 lines
215 B
YAML

- name: restart sshd
ansible.builtin.service:
name: sshd
state: restarted
- name: restart gitea
community.docker.docker_compose_v2:
project_src: "{{ install_directory }}/gitea"
restarted: true