mirror of
https://github.com/davestephens/ansible-nas
synced 2025-01-14 04:23:56 +00:00
6 lines
130 B
YAML
6 lines
130 B
YAML
|
---
|
||
|
- name: "Restart Gitea"
|
||
|
docker_container:
|
||
|
name: "{{ gitea_container_name }}"
|
||
|
restart: true
|
||
|
listen: "restart gitea"
|