Skip to content
Snippets Groups Projects
Commit 81ff770e authored by Daniel Müller's avatar Daniel Müller :speech_balloon:
Browse files

Make jupyter start optional

parent 190946c1
Branches
Tags
No related merge requests found
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
jupyter_service: true jupyter_service: true
ignore_python_version: false ignore_python_version: false
ignore_architecture: false ignore_architecture: false
jupyter_start: true
pre_tasks: pre_tasks:
- name: Check python version - name: Check python version
......
...@@ -32,4 +32,4 @@ ...@@ -32,4 +32,4 @@
state: started state: started
enabled: true enabled: true
daemon_reload: true daemon_reload: true
when: jupyter_service when: jupyter_service and jupyter_start
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment