So how do I get rid of the u? What I ultimately wanted was JUST the email addresses.
Harry On Fri, Nov 13, 2020, 12:15 PM Dick Visser <[email protected]> wrote: > This is a simple list, which is what you wanted. > > On Fri, 13 Nov 2020 at 17:28, [email protected] <[email protected]> > wrote: > > > > So now I'm getting this: > > > > User Emails: > > > > Date generated: 11/13/2020 11:23:32 > > [u'[email protected]', u'[email protected]'] > > > > Harry > > > > On Friday, November 13, 2020 at 11:13:27 AM UTC-5 [email protected] > wrote: > >> > >> On Fri, 13 Nov 2020 at 16:48, [email protected] <[email protected]> > 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 [email protected]. > > To view this discussion on the web visit > https://groups.google.com/d/msgid/ansible-project/e2de7a54-ba5d-4677-aaa6-9fd5cc83b522n%40googlegroups.com > . > > > > -- > Dick Visser > Trust & Identity Service Operations Manager > GÉANT > > -- > 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 view this discussion on the web visit > https://groups.google.com/d/msgid/ansible-project/CAL8fbwMh9wong6MUnMHvZBs5AbpWogzD%3DYjQMLWOxNC0YebDEQ%40mail.gmail.com > . > -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/CALYKJ268J-TnW1RGcahzQGfBeU9dHRRX_giohJ0%3DXuC9gfK-6A%40mail.gmail.com.
