gitea.yml aktualisiert
This commit is contained in:
parent
8df53f30a8
commit
e7cee36b10
@ -188,7 +188,7 @@
|
|||||||
notify: Restart gitea
|
notify: Restart gitea
|
||||||
|
|
||||||
- name: Start gitea
|
- name: Start gitea
|
||||||
ansible.builtin.shell: docker-compose up -d
|
ansible.builtin.shell: docker-compose up -d --force-recreate
|
||||||
args:
|
args:
|
||||||
chdir: /home/docker/gitea.{{inventory_hostname}}
|
chdir: /home/docker/gitea.{{inventory_hostname}}
|
||||||
creates: /home/docker/gitea.{{inventory_hostname}}/data/gitea/conf/app.ini
|
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
|
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
|
- name: Restart gitea
|
||||||
ansible.builtin.shell: docker-compose up -d
|
ansible.builtin.shell: docker-compose up -d --force-recreate
|
||||||
args:
|
args:
|
||||||
chdir: /home/docker/gitea.{{inventory_hostname}}
|
chdir: /home/docker/gitea.{{inventory_hostname}}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user