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
  • Loading branch information
jillr committed May 3, 2021
1 parent 3836568 commit 8b5e800
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions plugins/modules/ec2_instance.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
DOCUMENTATION = '''
---
module: ec2_instance
version_added: 1.0.0
short_description: Create & manage EC2 instances
description:
- Create and manage AWS EC2 instances.
Expand Down
1 change: 1 addition & 0 deletions plugins/modules/ec2_instance_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
DOCUMENTATION = '''
---
module: ec2_instance_info
version_added: 1.0.0
short_description: Gather information about ec2 instances in AWS
description:
- Gather information about ec2 instances in AWS
Expand Down

0 comments on commit 8b5e800

Please sign in to comment.