Update gitea, otherwise it will not upgrade when new image is available
This commit is contained in:
Amritanshu Agrawal 2020-10-17 12:29:19 +05:30
parent 5922227712
commit 60aed543d3
2 changed files with 3 additions and 1 deletions

View File

@ -18,6 +18,8 @@
docker_image:
name: "{{ container_image }}"
source: pull
state: present
force_source: yes
- getent:
database: passwd

View File

@ -4,6 +4,6 @@ http_conf: "git.tanshu.com.conf"
http_url: "https://git.tanshu.com"
container_name: gitea
container_image: gitea/gitea
container_image: gitea/gitea:latest
user: 'git'