summaryrefslogtreecommitdiffstats
path: root/configure.yml
diff options
context:
space:
mode:
Diffstat (limited to 'configure.yml')
-rw-r--r--configure.yml2
1 files changed, 1 insertions, 1 deletions
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"