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" 

==
i tried
---
  - name: User info
    hosts: local
    connection: local

    tasks:
      - name: gather user info
        community.aws.iam_user_info:
          name: "admin"
        register: result
==

i would like to get all user info not user  called admin only... 


Thanks 


-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/ae85e321-fee0-4574-bfea-0586b4137e2en%40googlegroups.com.

Reply via email to