So this is the solution.

    - set_fact:
        c: "{{ a | combine(b) }}"

https://github.com/ansible/ansible/issues/5463

 set fact typecasts everything as a string when using key=value syntax. Use 
yaml syntax and you're good to go.

 Many many thanks to an off list unsung hero....

 -Max.

-- 
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/a96218cf-431b-4ae2-ae21-a73c8a0afe80%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to