From 12ed956bbc1c2590628dc67179f41e2eaf8c17b3 Mon Sep 17 00:00:00 2001 From: Bertrand Lanson Date: Mon, 29 May 2023 22:25:14 +0200 Subject: [PATCH] add jinja template for config file --- templates/AdGuardhome.yaml.j2 | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 templates/AdGuardhome.yaml.j2 diff --git a/templates/AdGuardhome.yaml.j2 b/templates/AdGuardhome.yaml.j2 new file mode 100644 index 0000000..ec64ae3 --- /dev/null +++ b/templates/AdGuardhome.yaml.j2 @@ -0,0 +1,2 @@ +# {{ ansible_managed }} +{{ deploy_adguard_config | to_yaml }} \ No newline at end of file