mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-04-20 23:14:56 +02:00
Added more docker compose build notifiers
This commit is contained in:
parent
36bf5af288
commit
09b08c8744
@ -4,13 +4,15 @@
|
|||||||
include_role:
|
include_role:
|
||||||
name: docker-compose
|
name: docker-compose
|
||||||
|
|
||||||
- name: update cymais for up to date docs
|
|
||||||
command:
|
|
||||||
cmd: "pkgmgr update cymais"
|
|
||||||
|
|
||||||
- name: install cymais-sphinx
|
- name: install cymais-sphinx
|
||||||
command:
|
command:
|
||||||
cmd: "pkgmgr install cymais-sphinx --clone-mode https"
|
cmd: "pkgmgr install cymais-sphinx --clone-mode https"
|
||||||
|
notify: docker compose project build and setup
|
||||||
|
|
||||||
|
- name: update cymais for up to date docs
|
||||||
|
command:
|
||||||
|
cmd: "pkgmgr update cymais"
|
||||||
|
notify: docker compose project build and setup
|
||||||
|
|
||||||
- name: Get path of cymais-sphinx using pkgmgr
|
- name: Get path of cymais-sphinx using pkgmgr
|
||||||
command: pkgmgr path cymais-sphinx
|
command: pkgmgr path cymais-sphinx
|
||||||
@ -33,6 +35,7 @@
|
|||||||
dest: "{{ host_sphinx_exec_dir_absolute }}"
|
dest: "{{ host_sphinx_exec_dir_absolute }}"
|
||||||
state: link
|
state: link
|
||||||
force: yes
|
force: yes
|
||||||
|
notify: docker compose project build and setup
|
||||||
|
|
||||||
- name: "Link {{ path_cymais_sphinx_output.stdout }}/Dockerfile to {{ sphinx_host_dockerfile }}"
|
- name: "Link {{ path_cymais_sphinx_output.stdout }}/Dockerfile to {{ sphinx_host_dockerfile }}"
|
||||||
file:
|
file:
|
||||||
@ -40,6 +43,7 @@
|
|||||||
dest: "{{ sphinx_host_dockerfile }}"
|
dest: "{{ sphinx_host_dockerfile }}"
|
||||||
state: link
|
state: link
|
||||||
force: yes
|
force: yes
|
||||||
|
notify: docker compose project build and setup
|
||||||
|
|
||||||
- name: "Link {{ path_cymais_output.stdout }} to {{ host_sphinx_source_dir_absolute }}"
|
- name: "Link {{ path_cymais_output.stdout }} to {{ host_sphinx_source_dir_absolute }}"
|
||||||
file:
|
file:
|
||||||
@ -47,6 +51,7 @@
|
|||||||
dest: "{{ host_sphinx_source_dir_absolute }}"
|
dest: "{{ host_sphinx_source_dir_absolute }}"
|
||||||
state: link
|
state: link
|
||||||
force: yes
|
force: yes
|
||||||
|
notify: docker compose project build and setup
|
||||||
|
|
||||||
- name: "copy docker-compose.yml and env file"
|
- name: "copy docker-compose.yml and env file"
|
||||||
include_tasks: copy-docker-compose-and-env.yml
|
include_tasks: copy-docker-compose-and-env.yml
|
Loading…
x
Reference in New Issue
Block a user