always recreate; deprecate version tag
All checks were successful
ansible-lint / Ansible Lint (push) Successful in 41s

This commit is contained in:
Marius Alwan Meyer 2024-10-25 16:09:21 +02:00
parent 115ab7e840
commit ab52152834
2 changed files with 1 additions and 2 deletions

View File

@ -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

View File

@ -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