mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-13 20:31:24 +00: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:
@@ -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
|
||||
|
||||
'''
|
||||
|
||||
Reference in New Issue
Block a user