feat(gotosocial): add ansible role for deployment using docker
This commit is contained in:
8
roles/gotosocial/handlers/main.yml
Normal file
8
roles/gotosocial/handlers/main.yml
Normal file
@ -0,0 +1,8 @@
|
||||
---
|
||||
|
||||
- name: Restart gotosocial
|
||||
listen: restart-gotosocial
|
||||
docker_container:
|
||||
name: "{{ gotosocial_container_name }}"
|
||||
state: started
|
||||
restart: true
|
Reference in New Issue
Block a user