Skip to content

Commit

Permalink
Update docs (ansible-collections#99)
Browse files Browse the repository at this point in the history
* Update docs

Remove .git from repo url so links in readme will generate correctly
Add required ansible version
Run latest version of add_docs.py
Add version_added string to modules

* galaxy.yml was missing authors

This commit was initially merged in https://github.com/ansible-collections/community.aws
See: ansible-collections/community.aws@96ee268
  • Loading branch information
jillr authored and goneri committed Sep 22, 2022
1 parent 2573040 commit 561f5fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions plugins/modules/iam_user.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
DOCUMENTATION = '''
---
module: iam_user
version_added: 1.0.0
short_description: Manage AWS IAM users
description:
- Manage AWS IAM users.
Expand Down
1 change: 1 addition & 0 deletions plugins/modules/iam_user_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
DOCUMENTATION = '''
---
module: iam_user_info
version_added: 1.0.0
short_description: Gather IAM user(s) facts in AWS
description:
- This module can be used to gather IAM user(s) facts in AWS.
Expand Down

0 comments on commit 561f5fa

Please sign in to comment.