jellyfin, nginx, openldap: do not restart

This commit is contained in:
Lukáš Kucharczyk 2021-06-21 11:54:24 +02:00
parent c542668491
commit 08572f6ef8
No known key found for this signature in database
GPG Key ID: 65524498C0196B64
3 changed files with 2 additions and 5 deletions

View File

@ -29,7 +29,6 @@
devices:
- /dev/dri:/dev/dri
state: started
restart: yes
- name: copy jellyfin nginx config
template:
src: jellyfin.conf.j2

View File

@ -52,5 +52,4 @@
env:
NGINX_HOST: "{{ base_domain }}"
NGINX_PORT: '80'
state: started
restart: yes
state: started

View File

@ -29,5 +29,4 @@
LDAP_DOMAIN: "kucharczyk.xyz"
LDAP_ADMIN_PASSWORD: "{{ vault_openldap_admin_password }}"
LDAP_REMOVE_CONFIG_AFTER_SETUP: "false"
state: started
restart: yes
state: started