So now I'm getting this:

User Emails:

Date generated: 11/13/2020 11:23:32
[u'us...@example.com', u'us...@example.com']

Harry

On Friday, November 13, 2020 at 11:13:27 AM UTC-5 dick....@geant.org wrote:

> On Fri, 13 Nov 2020 at 16:48, lift...@gmail.com <lift...@gmail.com> wrote:
>
> >> >> >> > - name: Set User Email fact
> >> >> >> > set_fact:
> >> >> >> > user_list: "{{ user_find.json.result | 
> json_query('result[].mail') | list | to_nice_yaml }}"
>
> Try adding a pipe expression to the query, and leave out the
> 'list|to_nice_yaml':
>
>
> set_fact:
> user_list: "{{ user_find.json.result | json_query('result[].mail[]') }}"
>
>
>
> Dick
>

-- 
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 ansible-project+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/e2de7a54-ba5d-4677-aaa6-9fd5cc83b522n%40googlegroups.com.

Reply via email to