Skip to content
Snippets Groups Projects
Commit d6eee088 authored by Jens Steidl's avatar Jens Steidl :baby_chick:
Browse files

fix: default value

parent 53175e67
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,7 @@ pid_file:/run/subapp/subapp_bagit.pid ...@@ -13,7 +13,7 @@ pid_file:/run/subapp/subapp_bagit.pid
# Log4perl log level # Log4perl log level
logger_min_level:debug logger_min_level:debug
# Blocking AIP updates # Blocking AIP updates
ingest_only:{{ vault_subapp_vars.hosts[ansible_hostname].ingest_only | default("INGEST_ONLY_TEMPLATE") }} ingest_only:{{ vault_subapp_vars.hosts[ansible_hostname].ingest_only | default("0") }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment