I\'m trying to use ansible to loop over a list of lists to install some packages. But {{item}} is returning every element in the sub lists rather than the sublist itself.
Unfortunately, this is the intended behavior. Please see this discussion on with_tems and nested lists