first cosmoserver commit
This commit is contained in:
@ -3,6 +3,11 @@
|
||||
# This part sets up cosmostat web dashboard
|
||||
###############################################
|
||||
|
||||
- name: Cosmostat - Web - stop containers
|
||||
when: not quick_refresh | bool
|
||||
shell: "docker-compose -f {{ service_control_web_folder }}/docker-compose.yaml down"
|
||||
ignore_errors: yes
|
||||
|
||||
# Create web Folder
|
||||
- name: "Cosmostat - Web - create {{ service_control_web_folder }}"
|
||||
file:
|
||||
@ -31,6 +36,6 @@
|
||||
register: docker_output
|
||||
- debug: |
|
||||
msg="{{ docker_output.stdout_lines }}"
|
||||
msg="{{ docker_output.stderr_lines }}"
|
||||
msg="{{ docker_output.stderr_lines }}"
|
||||
|
||||
...
|
||||
Reference in New Issue
Block a user