fixes to code to enable updates of user to groups and delete groups. Fixed example yaml to use groups

This commit is contained in:
toninog 2015-06-09 15:27:15 +01:00 committed by Matt Clay
parent ab7678f199
commit bea77c938e

View file

@ -146,7 +146,7 @@ task:
iam_type: user
name: jdavila
state: update
group: "{{ item.created_group.group_name }}"
groups: "{{ item.created_group.group_name }}"
with_items: new_groups.results
'''