fix typo
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Robert Kaussow 2019-02-02 01:07:55 +01:00
parent d48dbc83c7
commit 3d0246c01b
2 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ jellyfin_logrotate_config:
- compress
- shred
jellyfin_base_url: mystream.example.com
jellyfin_base_url: https://mystream.example.com
# DONT CHANGE IT!
# Changing the bind ports is currently not supported
jellyfin_http_bind_port: 8096

View File

@ -4,5 +4,5 @@
when: jellyfin_lvm_enabled
- include_tasks: install.yml
- import_tasks: nginx.yml
when: matrix_nginx_vhost_enabled
when: jellyfin_nginx_vhost_enabled
- include_tasks: post_tasks.yml