Skip to content

Commit 126f10b

Browse files
committedApr 11, 2024·
fix: add missing conditional for Jupyter installation
1 parent acb4e2e commit 126f10b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎tasks/main.yml

+1
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,4 @@
6060

6161
- name: Install Python | Include Jupyter installation tasks
6262
ansible.builtin.include_tasks: './install-jupyter.yml'
63+
when: python_jupyter_install

0 commit comments

Comments
 (0)
Please sign in to comment.