From 98317f4831c4c1b5d86f348106d90ae99b58c379 Mon Sep 17 00:00:00 2001 From: Jon Date: Thu, 22 Feb 2024 21:16:12 +0930 Subject: [PATCH] fix(server): use correct sql syntax to insert ipaddress !8 #4 --- playbooks/tasks/server/ipaddress.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/tasks/server/ipaddress.yaml b/playbooks/tasks/server/ipaddress.yaml index 50349a3..633ae0c 100644 --- a/playbooks/tasks/server/ipaddress.yaml +++ b/playbooks/tasks/server/ipaddress.yaml @@ -55,7 +55,7 @@ {% if scan_address.ipaddress.hostname | default('') != '' %} - '{{ scan_address.ipaddress.hostname }}' + '{{ scan_address.ipaddress.hostname }}', {% endif %}