You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ansible...@googlegroups.com
Is there any way to define a variable as being the combination of several lists. For example, define "database_clients" as being the combination of all items in groups['app_servers'] and groups['processors']. I'd rather define it once rather than use with_items in different places to combine them.