On 7 May 2014 18:53, Dick Davies <[email protected]> wrote: > does anyone know if I can merge these dicts in Ansible ? this is within a > role if that makes any difference.
You can, but it's general config only, so all or nothing: $ grep merge ansible.cfg # hash can be merged, or replaced hash_behaviour=merge Serge -- 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/CAEhzMJB%3DOFn6zu-75FRxw%3Dric4WttfK0Gzous5cK_Gwi%3DyfCmw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
