Feat:
Update gitea, otherwise it will not upgrade when new image is available
This commit is contained in:
parent
5922227712
commit
60aed543d3
@ -18,6 +18,8 @@
|
|||||||
docker_image:
|
docker_image:
|
||||||
name: "{{ container_image }}"
|
name: "{{ container_image }}"
|
||||||
source: pull
|
source: pull
|
||||||
|
state: present
|
||||||
|
force_source: yes
|
||||||
|
|
||||||
- getent:
|
- getent:
|
||||||
database: passwd
|
database: passwd
|
||||||
|
@ -4,6 +4,6 @@ http_conf: "git.tanshu.com.conf"
|
|||||||
http_url: "https://git.tanshu.com"
|
http_url: "https://git.tanshu.com"
|
||||||
|
|
||||||
container_name: gitea
|
container_name: gitea
|
||||||
container_image: gitea/gitea
|
container_image: gitea/gitea:latest
|
||||||
|
|
||||||
user: 'git'
|
user: 'git'
|
||||||
|
Loading…
Reference in New Issue
Block a user