On 28.02.2019 14:35, Jeffrey Agnitsch wrote:
> 
> - hosts: proxy
>    tasks:
> 
>    - debug: msg="{{ item['client_name'] }}"
>      with_items: "{{ groups['apps'] }}"

Sorry about that it should of course be 

  - debug: msg="{{ hostvars[item]['client_name'] }}"
    with_items: "{{ groups['apps'] }}"

-- 
Kai Stian Olstad

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/aab54ad0-f2c8-1552-5c05-d1956bdf22b5%40olstad.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to