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