i have ansible running on my local machine(MAC), when i pass extra varibale as map it’s reading all the values in the map and giving proper results.
If i run same task on remote machine which redhat vm, it’s always reading last value in the map, please look at the issue and suggest me, is it Playbook issue or ansible version issue?
if i execute above playbook on my local machine it’s reading both the values in the MICROSERVICE_NAMES map : processor-create and processor-update
same playbook execute on Redhat remote machine, it’s reading only what ever defined at the end in the map (processor-update), please suggest me , Thanks.
When I tried to reproduce on both my Ubuntu 16.04 machine and in CentOS 7 (via Docker) with Ansible 2.7.10, I got the expected results. It would help if you could put together a gist/pastebin showing the command you’re running and the output showing that one of the vars is not being recognized. It would also be faster/easier if you came by the ansible IRC channel rather than using the mailing list for this sort of debugging.