mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
jupyterhub/tasks/install.yml: Quick "lint" for indentation etc
This commit is contained in:
parent
21ee498b73
commit
2c09ed1887
1 changed files with 5 additions and 5 deletions
|
@ -48,11 +48,11 @@
|
||||||
- name: "pip break apart jupyterlab install into two parts - must have conflicting mutual dependency (4 packages)"
|
- name: "pip break apart jupyterlab install into two parts - must have conflicting mutual dependency (4 packages)"
|
||||||
pip:
|
pip:
|
||||||
name:
|
name:
|
||||||
- jupyterlab
|
- jupyterlab
|
||||||
- jupyterhub_firstuseauthenticator
|
- jupyterhub_firstuseauthenticator
|
||||||
- jupyterhub-systemdspawner
|
- jupyterhub-systemdspawner
|
||||||
- ipywidgets
|
- ipywidgets
|
||||||
virtualenv: "{{ jupyterhub_venv }}" # /opt/iiab/jupyterhub
|
virtualenv: "{{ jupyterhub_venv }}"
|
||||||
virtualenv_site_packages: no
|
virtualenv_site_packages: no
|
||||||
virtualenv_command: python3 -m venv "{{ jupyterhub_venv }}"
|
virtualenv_command: python3 -m venv "{{ jupyterhub_venv }}"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue