Assert just applications which are in group_names

This commit is contained in:
Kevin Veen-Birkenbach 2025-08-08 08:36:07 +02:00
parent 926640371f
commit 2715479c95
No known key found for this signature in database
GPG Key ID: 44D8F11FD62F878E

View File

@ -13,6 +13,7 @@
loop: "{{ applications loop: "{{ applications
| dict2items | dict2items
| selectattr('key', 'match', '^(web-app-|web-svc-)') | selectattr('key', 'match', '^(web-app-|web-svc-)')
| selectattr('key', 'in', group_names)
| list }}" | list }}"
loop_control: loop_control:
label: "{{ item.key }}" label: "{{ item.key }}"