diff --git a/playbooks/roles/services/deploy/music/vars/main.yml b/playbooks/roles/services/deploy/music/vars/main.yml index 64fd1ea..c2a364f 100644 --- a/playbooks/roles/services/deploy/music/vars/main.yml +++ b/playbooks/roles/services/deploy/music/vars/main.yml @@ -13,7 +13,8 @@ services_deploy_pod: - "-e ND_IGNOREDARTICLES=\"The El La Los Las Le Les Os O A\"" - "-e ND_ENABLESTARRATING=\"false\"" - "-e ND_LASTFM_ENABLED=\"false\"" - - "-e ND_PASSWORDENCRYPTIONKEY={{ services[services_service_name].password_encryption_key }}" + - "-e ND_PASSWORDENCRYPTIONKEY=\ + {{ services[services_service_name].password_encryption_key }}" archive: image: "docker.io/deluan/navidrome:{{ services_service_deploy_versions.navidrome }}" podman_run_args: @@ -23,4 +24,5 @@ services_deploy_pod: - "-e ND_IGNOREDARTICLES=\"The El La Los Las Le Les Os O A\"" - "-e ND_ENABLESTARRATING=\"false\"" - "-e ND_LASTFM_ENABLED=\"false\"" - - "-e ND_PASSWORDENCRYPTIONKEY={{ services[services_service_name].password_encryption_key }}" + - "-e ND_PASSWORDENCRYPTIONKEY=\ + {{ services[services_service_name].password_encryption_key }}"