1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

jupyterhub/tasks/install.yml: Clean comments

This commit is contained in:
A Holt 2021-07-27 13:50:35 -04:00 committed by GitHub
parent d2a0229cd3
commit 9da6a7be72
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,22 +13,22 @@
when: nodejs_installed is undefined
- name: Make the directories to hold JupyterHub config
- name: Make 3 directories to hold JupyterHub config
file:
state: directory
path: "{{ item }}"
with_items:
- "{{ jupyterhub_venv }}/etc/jupyter"
- "{{ jupyterhub_venv }}/etc/jupyter" # /opt/iiab/jupyterhub
- "{{ jupyterhub_venv }}/etc/jupyterhub"
- "{{ jupyterhub_venv }}/etc/systemd"
- name: Use npm to install configurable-http-proxy
- name: Use npm to install 'configurable-http-proxy'
npm:
name: configurable-http-proxy
global: yes
state: latest
- name: "Use pip to install into a virtual environment: {{ jupyterhub_venv }} (~229 MB)"
- name: "pip install 7 packages into virtual environment: {{ jupyterhub_venv }} (~229 MB)"
pip:
name:
- pip