Fix ansible lint
This commit is contained in:
parent
a793ed87b4
commit
3c160447d8
@ -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 }}"
|
||||||
|
Loading…
Reference in New Issue
Block a user