From 9da6a7be72d10d0d7f00982f3012485e0c55150f Mon Sep 17 00:00:00 2001 From: A Holt Date: Tue, 27 Jul 2021 13:50:35 -0400 Subject: [PATCH] jupyterhub/tasks/install.yml: Clean comments --- roles/jupyterhub/tasks/install.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/roles/jupyterhub/tasks/install.yml b/roles/jupyterhub/tasks/install.yml index 948c5f453..f33d05191 100644 --- a/roles/jupyterhub/tasks/install.yml +++ b/roles/jupyterhub/tasks/install.yml @@ -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