Solved not defined variable bug

This commit is contained in:
Kevin Veen-Birkenbach 2025-07-06 19:14:30 +02:00
parent 03eaf75c4a
commit ea9cc07112
No known key found for this signature in database
GPG Key ID: 44D8F11FD62F878E

View File

@ -1,9 +1,4 @@
---
# Docker Routines
- name: "include docker-compose role"
include_role:
name: docker-compose
- name: "pkgmgr install"
include_role:
name: pkgmgr-install
@ -15,10 +10,14 @@
command: pkgmgr path cymais-presentation
register: path_cymais_presentation_output
- name: Get path of cymais using pkgmgr
- name: Get path of cymais using pkgmgrpull docker repository
command: pkgmgr path cymais
register: path_cymais_output
- name: "include docker-compose role"
include_role:
name: docker-compose
- name: "include role nginx-domain-setup for {{application_id}}"
include_role:
name: nginx-domain-setup