Fix ansible lint

This commit is contained in:
Wojciech Kozlowski 2023-11-11 22:07:16 +01:00
parent a793ed87b4
commit 3c160447d8

View File

@ -13,7 +13,8 @@ services_deploy_pod:
- "-e ND_IGNOREDARTICLES=\"The El La Los Las Le Les Os O A\"" - "-e ND_IGNOREDARTICLES=\"The El La Los Las Le Les Os O A\""
- "-e ND_ENABLESTARRATING=\"false\"" - "-e ND_ENABLESTARRATING=\"false\""
- "-e ND_LASTFM_ENABLED=\"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: archive:
image: "docker.io/deluan/navidrome:{{ services_service_deploy_versions.navidrome }}" image: "docker.io/deluan/navidrome:{{ services_service_deploy_versions.navidrome }}"
podman_run_args: 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_IGNOREDARTICLES=\"The El La Los Las Le Les Os O A\""
- "-e ND_ENABLESTARRATING=\"false\"" - "-e ND_ENABLESTARRATING=\"false\""
- "-e ND_LASTFM_ENABLED=\"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 }}"