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

Use 'jupyterhub' instead of 'jupyter' in /etc/iiab/iiab.ini

This commit is contained in:
root 2021-04-15 19:41:31 +00:00
parent 67d191be8a
commit f793f0c230

View file

@ -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: