mirror of
https://github.com/davestephens/ansible-nas
synced 2025-01-27 18:55:17 +00:00
8 lines
171 B
YAML
8 lines
171 B
YAML
|
---
|
||
|
- name: restart gitea
|
||
|
community.docker.docker_container:
|
||
|
name: gitea
|
||
|
image: gitea/gitea:latest
|
||
|
state: started
|
||
|
restart: true
|
||
|
listen: "restart gitea"
|