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
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,7 @@
jupyter_service: true
ignore_python_version: false
ignore_architecture: false
jupyter_start: true
pre_tasks:
- name: Check python version
......
......@@ -32,4 +32,4 @@
state: started
enabled: 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