From 126f10ba8df7f048f61a0dd94d2b4c2185d0990e Mon Sep 17 00:00:00 2001 From: koralowiec Date: Thu, 11 Apr 2024 09:43:30 +0200 Subject: [PATCH] fix: add missing conditional for Jupyter installation --- tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/main.yml b/tasks/main.yml index b690d42..25789d4 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -60,3 +60,4 @@ - name: Install Python | Include Jupyter installation tasks ansible.builtin.include_tasks: './install-jupyter.yml' + when: python_jupyter_install