Wrong variable definition.
This commit is contained in:
parent
7a39edfa28
commit
9cbe960021
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
jupyter_hub_system_files:
|
||||
- { name: 'jupyterhub.service.j2', dest='/etc/systemd/system/jupyterhub.service' }
|
||||
- { name: 'rsyslog.jupyterhub.j2', dest='/etc/rsyslog.d/50-juypyterhub.conf' }
|
||||
- { name: 'jupyterhub.logrotate.j2', dest='/etc/logrotate.d/jupyterhub' }
|
||||
- { name: 'jupyterhub.service.j2', dest: '/etc/systemd/system/jupyterhub.service' }
|
||||
- { name: 'rsyslog.jupyterhub.j2', dest: '/etc/rsyslog.d/50-juypyterhub.conf' }
|
||||
- { name: 'jupyterhub.logrotate.j2', dest: '/etc/logrotate.d/jupyterhub' }
|
||||
|
||||
jupyter_hub_user_home: /srv/jupyterhub
|
||||
jupyter_hub_venv: jupyterhub_env
|
||||
|
|
Loading…
Reference in New Issue