Hey guys,
so we have a complex variable which we would like ansible to merge. It does not seem to be doing this and i am trying to figure out why this is happening (hash_behaviour=merge is configured).
here is the information:
- Ansible version 1.9.1
- The files in question are inventory variables.
- First file is global setting (not specific environment) and is found on: /ansible_code/group_vars/dbonline.yml
- Second file is specific environment and is found on: /ansible_code/environments/[ENV_NAME]/group_vars/dbonline.yml
here is the playbook i am running:
`