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 anyone know how resolve it??


-- 
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/8a396216-2ddf-4b3c-be23-db3a7f473411%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to