From 2c09ed18875b88b4cbf95b8b9cb890c99ed6d995 Mon Sep 17 00:00:00 2001 From: A Holt Date: Thu, 7 Jul 2022 19:17:40 -0400 Subject: [PATCH] jupyterhub/tasks/install.yml: Quick "lint" for indentation etc --- roles/jupyterhub/tasks/install.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/roles/jupyterhub/tasks/install.yml b/roles/jupyterhub/tasks/install.yml index 7a12252cd..bb2a8364e 100644 --- a/roles/jupyterhub/tasks/install.yml +++ b/roles/jupyterhub/tasks/install.yml @@ -48,11 +48,11 @@ - name: "pip break apart jupyterlab install into two parts - must have conflicting mutual dependency (4 packages)" pip: name: - - jupyterlab - - jupyterhub_firstuseauthenticator - - jupyterhub-systemdspawner - - ipywidgets - virtualenv: "{{ jupyterhub_venv }}" # /opt/iiab/jupyterhub + - jupyterlab + - jupyterhub_firstuseauthenticator + - jupyterhub-systemdspawner + - ipywidgets + virtualenv: "{{ jupyterhub_venv }}" virtualenv_site_packages: no virtualenv_command: python3 -m venv "{{ jupyterhub_venv }}"