mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Solved build bug
This commit is contained in:
@@ -18,10 +18,6 @@
|
||||
command: pkgmgr path cymais-sphinx
|
||||
register: path_cymais_sphinx_output
|
||||
|
||||
- name: Get path of cymais using pkgmgr
|
||||
command: pkgmgr path cymais
|
||||
register: path_cymais_output
|
||||
|
||||
- name: "include role nginx-domain-setup for {{application_id}}"
|
||||
include_role:
|
||||
name: nginx-domain-setup
|
||||
@@ -29,29 +25,5 @@
|
||||
domain: "{{ domains[application_id] }}"
|
||||
http_port: "{{ ports.localhost.http[application_id] }}"
|
||||
|
||||
- name: "Link {{ path_cymais_sphinx_output.stdout }} to {{ host_sphinx_exec_dir_absolute }}"
|
||||
file:
|
||||
src: "{{ path_cymais_sphinx_output.stdout }}"
|
||||
dest: "{{ host_sphinx_exec_dir_absolute }}"
|
||||
state: link
|
||||
force: yes
|
||||
notify: docker compose project build and setup
|
||||
|
||||
- name: "Link {{ path_cymais_sphinx_output.stdout }}/Dockerfile to {{ sphinx_host_dockerfile }}"
|
||||
file:
|
||||
src: "{{ path_cymais_sphinx_output.stdout }}/Dockerfile"
|
||||
dest: "{{ sphinx_host_dockerfile }}"
|
||||
state: link
|
||||
force: yes
|
||||
notify: docker compose project build and setup
|
||||
|
||||
- name: "Link {{ path_cymais_output.stdout }} to {{ host_sphinx_source_dir_absolute }}"
|
||||
file:
|
||||
src: "{{ path_cymais_output.stdout }}"
|
||||
dest: "{{ host_sphinx_source_dir_absolute }}"
|
||||
state: link
|
||||
force: yes
|
||||
notify: docker compose project build and setup
|
||||
|
||||
- name: "copy docker-compose.yml and env file"
|
||||
include_tasks: copy-docker-compose-and-env.yml
|
Reference in New Issue
Block a user