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

@ -12,7 +12,8 @@
but it does not end with {{ domains | get_domain('web-app-port-ui') }}!
loop: "{{ applications
| dict2items
| selectattr('key', 'match', '^(web-app-|web-svc-)')
| selectattr('key', 'match', '^(web-app-|web-svc-)')
| selectattr('key', 'in', group_names)
| list }}"
loop_control:
label: "{{ item.key }}"