community.aws.iam_user_info:

Hi,

How can i do a debug & see all users ? Any suggestions Please ?

https://github.com/ansible-collections/community.aws/blob/main/docs/community.aws.iam_user_info_module.rst

Note: These examples do not set authentication details, see the AWS Guide for details. # Gather facts about “test” user. - name: Get IAM user facts community.aws.iam_user_info: name: “test”

found it