Skip to content
Snippets Groups Projects
Commit d689674c authored by Arne Øslebø's avatar Arne Øslebø
Browse files

fixed quoting bug

parent 1d0b64cf
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
# #
# IMPORTANT: If you deploy your application to several instances, make # IMPORTANT: If you deploy your application to several instances, make
# sure to use the same key. # sure to use the same key.
play.http.secret.key='{{lookup("password", "{{playbook_dir}}/secrets/passwords/cortex_secret_key")}}' play.http.secret.key="{{lookup('password', '{{playbook_dir}}/secrets/passwords/cortex_secret_key')}}"
## ElasticSearch ## ElasticSearch
search { search {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment