Wrong variable definition.

This commit is contained in:
Andrea Dell'Amico 2020-08-26 19:41:05 +02:00
parent 7a39edfa28
commit 9cbe960021
1 changed files with 3 additions and 3 deletions

View File

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