mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-15 16:40:45 +02:00
Assert just applications which are in group_names
This commit is contained in:
parent
926640371f
commit
2715479c95
@ -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 }}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user