always recreate; deprecate version tag
All checks were successful
ansible-lint / Ansible Lint (push) Successful in 41s
All checks were successful
ansible-lint / Ansible Lint (push) Successful in 41s
This commit is contained in:
parent
115ab7e840
commit
ab52152834
@ -10,6 +10,7 @@
|
||||
community.docker.docker_compose_v2:
|
||||
project_src: /opt/gitea
|
||||
state: restarted
|
||||
recreate: always
|
||||
register: docker_compose
|
||||
|
||||
- name: Ensure Gitea is running
|
||||
|
@ -4,8 +4,6 @@
|
||||
# -- Diese Datei wird via Ansible verwaltet und automatisch überschrieben!
|
||||
# https://azubi-gitea.int.sernet.de/mmeyer/ansible-role-gitea/src/branch/main/templates/docker-compose.yaml.j2
|
||||
|
||||
version: "3.8"
|
||||
|
||||
networks:
|
||||
gitea:
|
||||
external: false
|
||||
|
Loading…
Reference in New Issue
Block a user