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