fixes to code to enable updates of user to groups and delete groups. Fixed example yaml to use groups
This commit is contained in:
parent
ab7678f199
commit
bea77c938e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
'''
|
||||
|
|
Loading…
Reference in a new issue