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

pull/18777/head
toninog 9 years ago committed by Matt Clay
parent ab7678f199
commit bea77c938e

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

Loading…
Cancel
Save