fix: add id with a loop index

This commit is contained in:
Simon Cornet 2025-08-18 10:29:55 +02:00
commit 65735387be

View file

@ -14,6 +14,7 @@
"subnet4": [ "subnet4": [
{% for subnet in kea_dhcp_subnets %} {% for subnet in kea_dhcp_subnets %}
{ {
"id": {{ loop.index }},
"subnet": "{{ subnet.subnet }}", "subnet": "{{ subnet.subnet }}",
"pools": [ "pools": [
{ {