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
@ -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 }}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user