9 lines
162 B
YAML
9 lines
162 B
YAML
---
|
|
|
|
- name: Restart gotosocial
|
|
listen: restart-gotosocial
|
|
docker_container:
|
|
name: "{{ gotosocial_container_name }}"
|
|
state: started
|
|
restart: true
|