mirror of
https://github.com/davestephens/ansible-nas
synced 2025-01-26 18:25:05 +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:
|
community.docker.docker_container:
|
||||||
name: gitea
|
name: gitea
|
||||||
image: gitea/gitea:latest
|
image: gitea/gitea:latest
|
||||||
state: started
|
state: started
|
||||||
restart: true
|
restart: true
|
||||||
listen: "restart gitea"
|
listen: "restart gitea"
|
||||||
|
|
Loading…
Reference in a new issue