From 4d42a2b0950882bf63380a08c90007970c38b4ce Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Tue, 7 Jul 2026 16:30:43 +0200 Subject: Add pve-lxc service provisioning using service.yml and containers group --- configure.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.yml') diff --git a/configure.yml b/configure.yml index 763bc406..f64046c6 100644 --- a/configure.yml +++ b/configure.yml @@ -135,6 +135,6 @@ pve_lxc_ip: "{{ hostvars[service_host].pve_lxc_ip }}" pve_lxc_gateway: "{{ hostvars[service_host].pve_lxc_gateway }}" pve_lxc_dns: "{{ hostvars[service_host].pve_lxc_dns }}" - loop: "{{ groups['services'] }}" + loop: "{{ groups['containers'] }}" loop_control: loop_var: "service_host" -- cgit v1.2.3