From f793f0c230ae2935a0fca7eee082a08ee78d94ba Mon Sep 17 00:00:00 2001 From: root Date: Thu, 15 Apr 2021 19:41:31 +0000 Subject: [PATCH] Use 'jupyterhub' instead of 'jupyter' in /etc/iiab/iiab.ini --- roles/jupyterhub/tasks/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/jupyterhub/tasks/main.yml b/roles/jupyterhub/tasks/main.yml index 86460681e..01acf8154 100644 --- a/roles/jupyterhub/tasks/main.yml +++ b/roles/jupyterhub/tasks/main.yml @@ -27,10 +27,10 @@ - include_tasks: enable-or-disable.yml -- name: Add 'jupyter' variable values to {{ iiab_ini_file }} +- name: Add 'jupyterhub' variable values to {{ iiab_ini_file }} ini_file: path: "{{ iiab_ini_file }}" # /etc/iiab/iiab.ini - section: jupyter + section: jupyterhub option: "{{ item.option }}" value: "{{ item.value | string }}" with_items: