Hello Jenisha,

Assuming that you are getting this value from /etc/passwd., try to change
you command

 tail -1 /etc/passwd | awk '{split($0,a,":"); print a[1]}'

On Mon, Jul 6, 2020 at 6:35 PM Dick Visser <[email protected]> wrote:

> you should either use set_fact, or register. Both doesn't make sense.
>
> On Mon, 6 Jul 2020 at 13:44, Jenisha T <[email protected]> wrote:
> >
> > Hi
> > Could you pls help me with the splitting value from the list. I need to
> extract first value anil before ('':')
> >
> >  grep_atm.stdout_lines output below
> >
> > ok: [localhost] => {
> >     "msg": "anil:x:500:500:Anil:/home/anil:/bin/bash
> > "
> > }
> >
> > I tried,
> > - set_fact:
> >        user_name: "{{ grep_atm.stdout_lines }}"
> >         register: user_name.split(':')[0]
> >  - debug:
> >         var: user_name.split(':')[0]
> >
> > --
> > 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/42fb2917-8336-42a2-979a-44573e91fd77n%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/CAL8fbwMo1%3D9XhddQY_BDaREzKLRGS_xDvZbtu1o5UCj0R1h%3Duw%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/CAG-N3P7NNjnbv7fZ5Vx0vmmTTyd9KntKpY-yOm75csqJ50cBmA%40mail.gmail.com.

Reply via email to