mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 23:08:06 +02:00
Assert just applications which are in group_names
This commit is contained in:
@@ -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 }}"
|
||||
|
Reference in New Issue
Block a user