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:
|
community.docker.docker_compose_v2:
|
||||||
project_src: /opt/gitea
|
project_src: /opt/gitea
|
||||||
state: restarted
|
state: restarted
|
||||||
|
recreate: always
|
||||||
register: docker_compose
|
register: docker_compose
|
||||||
|
|
||||||
- name: Ensure Gitea is running
|
- name: Ensure Gitea is running
|
||||||
|
@ -4,8 +4,6 @@
|
|||||||
# -- Diese Datei wird via Ansible verwaltet und automatisch überschrieben!
|
# -- 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
|
# https://azubi-gitea.int.sernet.de/mmeyer/ansible-role-gitea/src/branch/main/templates/docker-compose.yaml.j2
|
||||||
|
|
||||||
version: "3.8"
|
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
gitea:
|
gitea:
|
||||||
external: false
|
external: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user