semaphore.yml aktualisiert

This commit is contained in:
olli 2023-08-25 13:27:28 +02:00
parent fe7023fbcf
commit e4bab83ec3

View File

@ -167,7 +167,7 @@
notify: Restart semaphore
- name: Start semaphore
ansible.builtin.shell: docker-compose up -d
ansible.builtin.shell: docker-compose up -d --force-recreate
args:
chdir: /home/docker/semaphore.{{inventory_hostname}}
creates: /home/docker/semaphore.{{inventory_hostname}}/db-data/sys/db.opt
@ -182,7 +182,7 @@
notify: Restart semaphore
- name: Restart semaphore
ansible.builtin.shell: docker-compose up -d
ansible.builtin.shell: docker-compose up -d --force-recreate
args:
chdir: /home/docker/semaphore.{{inventory_hostname}}