mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-27 10:40:22 -07:00
typo in ec2_eip docstring
This commit is contained in:
parent
b98ab745f1
commit
c13dd50b5e
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: ec2_eip
|
module: ec2_eip
|
||||||
short_decription: associate an EC2 elastic IP with an instance.
|
short_description: associate an EC2 elastic IP with an instance.
|
||||||
description:
|
description:
|
||||||
- This module associates AWS EC2 elastic IP addresses with instances
|
- This module associates AWS EC2 elastic IP addresses with instances
|
||||||
version_added: 1.4
|
version_added: 1.4
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue