From c153cb8d9a964f496272967490986721cb25828b Mon Sep 17 00:00:00 2001 From: A Holt Date: Thu, 7 Jul 2022 22:41:52 -0400 Subject: [PATCH] jupyterhub/tasks/install.yml: Clarify ~304MB /opt/iiab/jupyterhub --- roles/jupyterhub/tasks/install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/jupyterhub/tasks/install.yml b/roles/jupyterhub/tasks/install.yml index a593bf8d6..257f817f3 100644 --- a/roles/jupyterhub/tasks/install.yml +++ b/roles/jupyterhub/tasks/install.yml @@ -33,7 +33,7 @@ global: yes state: latest -- name: "pip install 3 packages into virtual environment: {{ jupyterhub_venv }} (~306 MB total, in two ansible plays)" +- name: "pip install 3 packages into virtual environment: {{ jupyterhub_venv }} (~304 MB total, in two ansible plays)" pip: name: - pip