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:
parent
d2a0229cd3
commit
9da6a7be72
1 changed files with 4 additions and 4 deletions
|
@ -13,22 +13,22 @@
|
||||||
when: nodejs_installed is undefined
|
when: nodejs_installed is undefined
|
||||||
|
|
||||||
|
|
||||||
- name: Make the directories to hold JupyterHub config
|
- name: Make 3 directories to hold JupyterHub config
|
||||||
file:
|
file:
|
||||||
state: directory
|
state: directory
|
||||||
path: "{{ item }}"
|
path: "{{ item }}"
|
||||||
with_items:
|
with_items:
|
||||||
- "{{ jupyterhub_venv }}/etc/jupyter"
|
- "{{ jupyterhub_venv }}/etc/jupyter" # /opt/iiab/jupyterhub
|
||||||
- "{{ jupyterhub_venv }}/etc/jupyterhub"
|
- "{{ jupyterhub_venv }}/etc/jupyterhub"
|
||||||
- "{{ jupyterhub_venv }}/etc/systemd"
|
- "{{ jupyterhub_venv }}/etc/systemd"
|
||||||
|
|
||||||
- name: Use npm to install configurable-http-proxy
|
- name: Use npm to install 'configurable-http-proxy'
|
||||||
npm:
|
npm:
|
||||||
name: configurable-http-proxy
|
name: configurable-http-proxy
|
||||||
global: yes
|
global: yes
|
||||||
state: latest
|
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:
|
pip:
|
||||||
name:
|
name:
|
||||||
- pip
|
- pip
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue