fediverse/roles/gotosocial/handlers/main.yml

9 lines
162 B
YAML
Raw Normal View History

---
- name: Restart gotosocial
listen: restart-gotosocial
docker_container:
name: "{{ gotosocial_container_name }}"
state: started
restart: true