mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix ec2_instance synopsis. Fixes #44641
This commit is contained in:
parent
d0bf38ab6a
commit
990e95eb57
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ DOCUMENTATION = '''
|
|||
module: ec2_instance
|
||||
short_description: Create & manage EC2 instances
|
||||
description:
|
||||
- Gather facts about ec2 instances in AWS
|
||||
- Create and manage AWS EC2 instance
|
||||
version_added: "2.5"
|
||||
author:
|
||||
- Ryan Scott Brown, @ryansb
|
||||
|
|
Loading…
Reference in a new issue