mirror of
https://github.com/davestephens/ansible-nas
synced 2025-01-12 19:48:47 +00:00
Fix lint
This commit is contained in:
parent
98cd41f9fc
commit
934e3a4307
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
- name: restart gitea
|
||||
- name: Restart gitea
|
||||
community.docker.docker_container:
|
||||
name: gitea
|
||||
image: gitea/gitea:latest
|
||||
state: started
|
||||
restart: true
|
||||
listen: "restart gitea"
|
||||
listen: "restart gitea"
|
||||
|
|
Loading…
Reference in a new issue