Hi,

Looks like I've run into a bug:

- name: create users
  user: name="{{ item.owner|default(item.name) }}" 
group="{{item.group|default(item.name)}}" groups="aap"
  with_items: 
    - "{{ user_list }}"

Will always report 'changed', if I take out the 'groups' it works as 
expected.

Regards,
Nico

-- 
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/841bc279-ca24-48d8-ab6b-955ebe58b680%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to