mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
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
|
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…
Reference in a new issue