Files
infrastructure/ansible/roles/gitea/handlers/main.yml
2023-06-14 16:06:17 -04:00

11 lines
212 B
YAML

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