mirror of
https://github.com/davestephens/ansible-nas
synced 2025-01-13 12:08:53 +00:00
8 lines
172 B
YAML
8 lines
172 B
YAML
---
|
|
- name: Restart gitea
|
|
community.docker.docker_container:
|
|
name: gitea
|
|
image: gitea/gitea:latest
|
|
state: started
|
|
restart: true
|
|
listen: "restart gitea"
|