that won't work as you think, its appending a commas separated string
as an item of the other list, not merging lists, you want something
like this:

common_rpm_deps: "{{[  gcc, git, python-devel, python-tox,
python-testrepository, python-mock, python-pip  python-testscenarios,
python-oslo]|union(hostvars[inventory_hostname][tester.name]['rpm_deps'])}}"

you might need to quote the package names



-- 
Brian Coca

-- 
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/CAJ5XC8kLQB%3D1OazmFyOU8ftATvc3k9nNakF2hRf%2BfRynWqGQow%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to