On 7/6/20 3:32 PM, Srinivas Naram wrote:
> 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]}'
>
cut -d : -f 1 is more concise and readable than your awk command.
Otherwise I would really like to know why Jenisha resorts to reading the password file.
Regards
racke
> On Mon, 6 Jul 2020 at 13:44, Jenisha T <
joy...@gmail.com <mailto:
joy...@gmail.com>> 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
>
ansible-proje...@googlegroups.com <mailto:
ansible-project%2Bunsu...@googlegroups.com>.
>
ansible-proje...@googlegroups.com <mailto:
ansible-project%2Bunsu...@googlegroups.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
>
ansible-proje...@googlegroups.com <mailto:
ansible-proje...@googlegroups.com>.
> To view this discussion on the web visit
>
https://groups.google.com/d/msgid/ansible-project/CAG-N3P7NNjnbv7fZ5Vx0vmmTTyd9KntKpY-yOm75csqJ50cBmA%40mail.gmail.com
> <
https://groups.google.com/d/msgid/ansible-project/CAG-N3P7NNjnbv7fZ5Vx0vmmTTyd9KntKpY-yOm75csqJ50cBmA%40mail.gmail.com?utm_medium=email&utm_source=footer>.
--
Ecommerce and Linux consulting + Perl and web application programming.
Debian and Sympa administration. Provisioning with Ansible.