group_vars produces error

Hello,

I have two machines both running ansible 2.0.0.2 on Ubuntu 14.04.3 LTS. On one machine ( my work machine )
the yaml file works well while on the deployment server it throws an error “ERROR! failed to combine variables, expected dicts but got a ‘dict’ and a ‘AnsibleUnicode’”

When switching to root it works, using a user having sudo rights with NOPASSWD it does not work

Sascha Andres:

When switching to root it works, using a user having sudo rights with
NOPASSWD it does not work

did you specify 'become: yes' (for the sudo case)?

I have. it seems related to [v2] ‘Timeout (12s) waiting for privilege escalation prompt’ when using with_items for commands that last longer than 12 seconds

The fix does not seem to made it’s way to 2.0.0.2 release