Poddlers: only setup a queue when the toddler isn't disabled

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard 2024-12-11 10:47:46 +01:00
parent e7e2671ebb
commit 810f660711
No known key found for this signature in database
GPG key ID: 31584CFEB9BF64AD

View file

@ -29,6 +29,7 @@
warning: 10
critical: 100
loop: "{{ poddlers_toddlers }}"
when: "{{ item.replicas|default(1) > 0 }}"
roles:
- role: openshift/project