Skip to content

Commit

Permalink
fix: add missing conditional for Jupyter installation
Browse files Browse the repository at this point in the history
  • Loading branch information
koralowiec committed Apr 11, 2024
1 parent acb4e2e commit 126f10b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,4 @@

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

0 comments on commit 126f10b

Please sign in to comment.