From 5b09a5806ed906301c212b04c8366c2ac1373e1f Mon Sep 17 00:00:00 2001 From: vincent Date: Sat, 15 Oct 2022 10:48:39 +0200 Subject: [PATCH] change template password change mod --- nomad-job/pihole.nomad | 1 + 1 file changed, 1 insertion(+) diff --git a/nomad-job/pihole.nomad b/nomad-job/pihole.nomad index 7d7f73e..06e4962 100644 --- a/nomad-job/pihole.nomad +++ b/nomad-job/pihole.nomad @@ -61,6 +61,7 @@ job "pihole" { WEBPASSWORD="{{with secret "secrets/data/pihole"}}{{.Data.data.WEBPASSWORD}}{{end}}" EOH destination = "local/file.env" + change_mode = "noop" env = true } template{