Different optimations and bugs

This commit is contained in:
2025-07-07 12:52:37 +02:00
parent e2b0e7b492
commit a6d226769c
11 changed files with 95 additions and 12 deletions

View File

@@ -4,7 +4,7 @@
name: pkgmgr-install
vars:
package_name: cymais-presentation
package_notify: docker compose up
# package_notify: docker compose up
- name: Get path of cymais-presentation using pkgmgr
command: pkgmgr path cymais-presentation
@@ -23,4 +23,9 @@
name: nginx-domain-setup
vars:
domain: "{{ domains | get_domain(application_id) }}"
http_port: "{{ ports.localhost.http[application_id] }}"
http_port: "{{ ports.localhost.http[application_id] }}"
# Hack because it wasn't possible to fix an handler bug in pkgmgr install
- name: „Trigger“ docker compose up
command: /bin/true
notify: docker compose up