On 9/25/19 9:58 AM, Mohtashim S wrote:
> | - debug:
> msg: "User was {{ item.split('\t')[3] }}"
> with_items: "{{ command_result.stdout_lines }}"|
>
>
> The above give me the below output:
>
> "msg": "User was FrontEnd"
> "msg": "User was BackEnd"
>
>
> I now wish to set USER variable as user1 is returned value is FrontEnd else
> USER value should be user2.
>
> I dont know how to do this but below is my failing playbook.
>
> | - debug:
> vars:
> USER: "{{ 'user1' if item.split('\t')[3] == 'FrontEnd' else 'user2'
> }}"
> msg: "User is {{ USER }}"
>
> with_items: "{{ command_result.stdout_lines }}"|
>
>
> Expected output is:
>
> "msg": "User is user1"
> "msg": "User is user2"
>
>
>
> Can you please suggest ?
>
Hello,
what is the output that you actually get ... and please don't post the same
question twice.
Regards
Racke
> --
> 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]
> <mailto:[email protected]>.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/ansible-project/11286705-639c-43e2-8e0d-47080203cfc1%40googlegroups.com
> <https://groups.google.com/d/msgid/ansible-project/11286705-639c-43e2-8e0d-47080203cfc1%40googlegroups.com?utm_medium=email&utm_source=footer>.
--
Ecommerce and Linux consulting + Perl and web application programming.
Debian and Sympa administration. Provisioning with Ansible.
--
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/d4b546bd-6ebc-9765-40e9-8c21060e83e5%40linuxia.de.
signature.asc
Description: OpenPGP digital signature
