Skip to content

Commit 9a07243

Browse files
committed
* 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
1 parent 9147b89 commit 9a07243

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

plugins/modules/ec2_instance.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
DOCUMENTATION = '''
1010
---
1111
module: ec2_instance
12+
version_added: 1.0.0
1213
short_description: Create & manage EC2 instances
1314
description:
1415
- Create and manage AWS EC2 instances.

plugins/modules/ec2_instance_info.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
DOCUMENTATION = '''
1010
---
1111
module: ec2_instance_info
12+
version_added: 1.0.0
1213
short_description: Gather information about ec2 instances in AWS
1314
description:
1415
- Gather information about ec2 instances in AWS

0 commit comments

Comments
 (0)