On 12. juli 2017 17:03, Martin Jablečník wrote:
Hello I have Ansible 2.3.0.0 with this roles in playbook:- { role: bwt-container, tags: ['bwt_en', 'bwt'], vars: { app_lang: "en" } } - { role: bwt-container, tags: ['bwt_de', 'bwt'], vars: { app_lang: "de" } }BWT application have various languages, which I would like define in vars. But when I run: ansible-playbook -v site.yml --limit test-server --tags bwt_en So app_lang variable have "de" value.. Why?? I would like have 2 containers with various languages.. Do you know anyone how resolve it??
You have a bug in your code and since you have not provided the code it's hard to help.
-- Kai Stian Olstad -- 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/150429cc-ffac-cb9c-19c6-220564568408%40olstad.com. For more options, visit https://groups.google.com/d/optout.
