gitea.yml aktualisiert

This commit is contained in:
olli 2023-08-25 13:25:00 +02:00
parent 8df53f30a8
commit e7cee36b10

View File

@ -188,7 +188,7 @@
notify: Restart gitea
- name: Start gitea
ansible.builtin.shell: docker-compose up -d
ansible.builtin.shell: docker-compose up -d --force-recreate
args:
chdir: /home/docker/gitea.{{inventory_hostname}}
creates: /home/docker/gitea.{{inventory_hostname}}/data/gitea/conf/app.ini
@ -248,7 +248,7 @@
ansible.builtin.shell: bash /home/docker/gitea.{{inventory_hostname}}/gitea.init.sh >/home/docker/gitea.{{inventory_hostname}}/gitea.init.log 2>&1
- name: Restart gitea
ansible.builtin.shell: docker-compose up -d
ansible.builtin.shell: docker-compose up -d --force-recreate
args:
chdir: /home/docker/gitea.{{inventory_hostname}}