mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-07-07 17:15:15 +02:00
Solved not defined variable bug
This commit is contained in:
parent
03eaf75c4a
commit
ea9cc07112
@ -1,9 +1,4 @@
|
|||||||
---
|
---
|
||||||
# Docker Routines
|
|
||||||
- name: "include docker-compose role"
|
|
||||||
include_role:
|
|
||||||
name: docker-compose
|
|
||||||
|
|
||||||
- name: "pkgmgr install"
|
- name: "pkgmgr install"
|
||||||
include_role:
|
include_role:
|
||||||
name: pkgmgr-install
|
name: pkgmgr-install
|
||||||
@ -15,10 +10,14 @@
|
|||||||
command: pkgmgr path cymais-presentation
|
command: pkgmgr path cymais-presentation
|
||||||
register: path_cymais_presentation_output
|
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
|
command: pkgmgr path cymais
|
||||||
register: path_cymais_output
|
register: path_cymais_output
|
||||||
|
|
||||||
|
- name: "include docker-compose role"
|
||||||
|
include_role:
|
||||||
|
name: docker-compose
|
||||||
|
|
||||||
- name: "include role nginx-domain-setup for {{application_id}}"
|
- name: "include role nginx-domain-setup for {{application_id}}"
|
||||||
include_role:
|
include_role:
|
||||||
name: nginx-domain-setup
|
name: nginx-domain-setup
|
||||||
|
Loading…
x
Reference in New Issue
Block a user