On 07.02.17 04:13 Kenton Brede wrote:
> "{{ groups + '.' + item.host }}"
>
> How do I do this?
Use the actual join filter:
"{{ [ groups, '.', item.host | join] }}"
https://docs.ansible.com/ansible/playbooks_filters.html
Johannes
--
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 post to this group, send email to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/ansible-project/9807fe4e-1cc2-1927-7aa7-ac65f0453d72%40ojkastl.de.
For more options, visit https://groups.google.com/d/optout.
signature.asc
Description: OpenPGP digital signature
