mirror of
https://github.com/natelandau/ansible-homelab-config.git
synced 2025-11-18 01:43:40 -05:00
Fix jinja variable mangled by hcl format
This commit is contained in:
@@ -27,7 +27,7 @@ job "reverse-proxy" {
|
||||
|
||||
network {
|
||||
port "authelia-port" {
|
||||
static = { { authelia_port } }
|
||||
static = {{ authelia_port }}
|
||||
to = 9091
|
||||
}
|
||||
port "whoami" {
|
||||
|
||||
Reference in New Issue
Block a user