Merge #940
940: Fix host variables r=mergify[bot] a=ionutfilip ## What type of PR? bug-fix ## What does this PR do? ### Related issue(s) - Fix #884 ## Prerequistes Before we can consider review and merge, please make sure the following list is done and checked. If an entry in not applicable, you can check it or remove it from the list. - [x] In case of feature or enhancement: documentation updated accordingly - [x] Unless it's docs or a minor change: place entry in the [changelog](CHANGELOG.md), under the latest un-released version. Co-authored-by: Ionut Filip <ionut.philip@gmail.com> Co-authored-by: Tim Möhlmann <muhlemmer@gmail.com>master
commit
3e626b8500
@ -1 +1 @@
|
||||
servers = "{{ HOST_REDIS }}";
|
||||
servers = "{{ REDIS_ADDRESS }}";
|
||||
|
@ -1 +1 @@
|
||||
servers = "{{ HOST_REDIS }}";
|
||||
servers = "{{ REDIS_ADDRESS }}";
|
||||
|
@ -0,0 +1 @@
|
||||
Fix HOST_* variable usage
|
Loading…
Reference in New Issue