mirror of
https://github.com/davestephens/ansible-nas
synced 2025-01-13 12:08:53 +00:00
6 lines
129 B
YAML
6 lines
129 B
YAML
---
|
|
- name: Restart Gitea
|
|
docker_container:
|
|
name: "{{ gitea_container_name }}"
|
|
restart: true
|
|
listen: "restart gitea"
|